ErrorDetails interface
Defines the error details properties.
Properties
| code | Multi-part error code for classification and root causing of errors (ex: 400.200.100.432). |
| correlation |
Unique identifier for the transaction to aid in debugging. |
| info | Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”). |
| message | Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”). |
Property Details
code
Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
code?: string
Property Value
string
correlationId
Unique identifier for the transaction to aid in debugging.
correlationId?: string
Property Value
string
info
Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
info?: string
Property Value
string
message
Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).
message?: string
Property Value
string