다음을 통해 공유


ErrorResponse Class

Definition

Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.

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

Constructors

ErrorResponse()

Initializes a new instance of the ErrorResponse class.

ErrorResponse(ErrorProperties)

Initializes a new instance of the ErrorResponse class.

Properties

Error

Gets or sets the error properties.

Applies to