ErrorResponse Class

Definition

Describes the error that occurred.

public class ErrorResponse
type ErrorResponse = class
Public Class ErrorResponse
Inheritance
ErrorResponse

Constructors

ErrorResponse()

Initializes a new instance of the ErrorResponse class.

ErrorResponse(String, String)

Initializes a new instance of the ErrorResponse class.

Properties

Code

Gets error code associated with the error that occurred.

Message

Gets describes the error in detail.

Applies to