ResponseWithError Class

Definition

An error response from the API.

public class ResponseWithError
type ResponseWithError = class
Public Class ResponseWithError
Inheritance
ResponseWithError

Constructors

ResponseWithError()

Initializes a new instance of the ResponseWithError class.

ResponseWithError(Error)

Initializes a new instance of the ResponseWithError class.

Properties

Error

Gets or sets error information.

Methods

Validate()

Validate the object.

Applies to