Class ClientError
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
Properties
Message
Error message that was linked to the client error
public string Message { get; }