ErrorResponseBody Class

Definition

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

public class ErrorResponseBody
type ErrorResponseBody = class
Public Class ErrorResponseBody
Inheritance
ErrorResponseBody

Constructors

ErrorResponseBody()

Initializes a new instance of the ErrorResponseBody class.

ErrorResponseBody(ErrorResponse, String, String)

Initializes a new instance of the ErrorResponseBody class.

Properties

Code

Gets or sets error code

Error

Gets or sets the details of the error.

Message

Gets or sets error message indicating why the operation failed.

Applies to