AdditionalErrorInfo interface
This class represents additional info which Resource Providers pass when an error occurs.
Properties
info | Additional information of the type of error. |
type | Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation). |
Property Details
info
Additional information of the type of error.
info?: Record<string, unknown>
Property Value
Record<string, unknown>
type
Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
type?: string
Property Value
string