Share via


ErrorResponseOutput interface

ErrorResponse contains code and message that shows the error information.

Properties

code

The error code.

message

The message explaining the error reported by the service.

Property Details

code

The error code.

code: string

Property Value

string

message

The message explaining the error reported by the service.

message: string

Property Value

string