Share via


ErrorResponse Class

Definition

Error information that the API returned.

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

Constructors

ErrorResponse(String, String)

Initializes a new instance of ErrorResponse.

Properties

Code

Error code.

Message

Message that explains the error that the service reported.

Applies to