Class ClientError
Information about the client error
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class ClientError : BaseError
Constructors
ClientError(ErrorType, String)
ClientError constructor, creates a Client
Declaration
public ClientError(ErrorType type, string message)
Parameters
Error Type of the error |
System. Error message |
Properties
Message
Error message that was linked to the client error
Declaration
public string Message { get; }
Property Value
System.
|