Class CsomError
Csom service error
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class CsomError : ServiceError
Constructors
CsomError(ErrorType, int, JsonElement)
Default constructor for the SharePointRestError error
Declaration
public CsomError(ErrorType type, int httpResponseCode, JsonElement errorJson)
Parameters
|
ErrorType
type
ErrorType type of the error |
|
int
httpResponseCode
Http response code of the service request that failed |
|
JsonElement
errorJson
Json containing the error information |