Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetail

Package version

Error Detail class which encapsulates Code, Message and Recommendations.

Hierarchy

  • ErrorDetail

Index

Properties

Optional code

code: undefined | string

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

Optional message

message: undefined | string

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

Optional recommendations

recommendations: string[]

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

Generated using TypeDoc