AdditionalErrorInfo interface
Deze klasse vertegenwoordigt aanvullende informatie die resourceproviders doorgeven wanneer er een fout optreedt.
Eigenschappen
info | Aanvullende informatie over het type fout. |
type | Type fout (bijvoorbeeld CustomerIntervention, PolicyViolation, SecurityViolation). |
Eigenschapdetails
info
Aanvullende informatie over het type fout.
info?: Record<string, unknown>
Waarde van eigenschap
Record<string, unknown>
type
Type fout (bijvoorbeeld CustomerIntervention, PolicyViolation, SecurityViolation).
type?: string
Waarde van eigenschap
string