Class SharePointRestError
SharePoint Rest service error
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class SharePointRestError : ServiceError
SharePoint Rest service error
public class SharePointRestError : ServiceError
Default constructor for the Share
public SharePointRestError(ErrorType type, int httpResponseCode, string response, Dictionary<string, string> responseHeaders = null)
SharePoint server error code
public long ServerErrorCode { get; }
System.
|
Outputs a Share
public override string ToString()
System. String representation |