ErrorDetail interface

Error Detail class which encapsulates Code, Message and Recommendations.

Properties

code

Error code.

message

Error Message related to the Code.

recommendations

List of recommendation strings.

Property Details

code

Error code.

code?: string

Property Value

string

message

Error Message related to the Code.

message?: string

Property Value

string

recommendations

List of recommendation strings.

recommendations?: string[]

Property Value

string[]