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 ClientError for the provided error type and message
Declaration
public ClientError(ErrorType type, string message)
Parameters
ErrorType
type
Type of the error |
System.String
message
Error message |
Properties
Message
Error message that was linked to the client error
Declaration
public string Message { get; }
Property Value
System.String
|