ErrorDetail interface

Error Detail class which encapsulates Code, Message and Recommendations.

Properties

code

Error code. NOTE: This property will not be serialized. It can only be populated by the server.

message

Error Message related to the Code. NOTE: This property will not be serialized. It can only be populated by the server.

recommendations

List of recommendation strings. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

Error code. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

message

Error Message related to the Code. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

recommendations

List of recommendation strings. NOTE: This property will not be serialized. It can only be populated by the server.

recommendations?: string[]

Property Value

string[]