ErrorResponse Class

Definition

Error response indicates that the service is not able to process the incoming request.

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

Constructors

ErrorResponse()

Initializes a new instance of the ErrorResponse class.

ErrorResponse(String, ErrorDefinition)

Initializes a new instance of the ErrorResponse class.

Properties

Code

Gets error status code.

Error

Gets error details.

Applies to