Table of Contents

Class ClientError

Namespace
PnP.Core
Assembly
PnP.Core.dll

Information about the client error

public class ClientError : BaseError
Inheritance
ClientError
Inherited Members

Constructors

ClientError(ErrorType, string)

ClientError constructor, creates a ClientError for the provided error type and message

public ClientError(ErrorType type, string message)

Parameters

type ErrorType

Type of the error

message string

Error message

Properties

Message

Error message that was linked to the client error

public string Message { get; }

Property Value

string