Class ServiceError
Error information for a service error
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class ServiceError : BaseError
Constructors
ServiceError(ErrorType, Int32)
Service
Declaration
public ServiceError(ErrorType type, int httpResponseCode)
Parameters
Error Type of the error |
System. Http response code of the error |
Properties
ClientRequestId
Client request id header returned in the response.
Declaration
public string ClientRequestId { get; }
Property Value
System.
|
Code
Graph error code
Declaration
public string Code { get; }
Property Value
System.
|
HttpResponseCode
Http response code that was linked to the service error
Declaration
public int HttpResponseCode { get; }
Property Value
System.
|
Message
Error message that was linked to the service error
Declaration
public string Message { get; }
Property Value
System.
|