Share via


ErrorResponse Class

Definition

Error response.

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

Remarks

An error response from the API.

Constructors

ErrorResponse()

Initializes a new instance of the ErrorResponse class.

ErrorResponse(Error)

Initializes a new instance of the ErrorResponse class.

Properties

Error

Gets or sets error information.

Methods

Validate()

Validate the object.

Applies to