AdditionalErrorInfo interface
Tato třída představuje další informace, které poskytovatelé prostředků předávají, když dojde k chybě.
Vlastnosti
info | Další informace o typu chyby |
type | Typ chyby (např. CustomerIntervention, PolicyViolation, SecurityViolation) |
Podrobnosti vlastnosti
info
Další informace o typu chyby
info?: Record<string, unknown>
Hodnota vlastnosti
Record<string, unknown>
type
Typ chyby (např. CustomerIntervention, PolicyViolation, SecurityViolation)
type?: string
Hodnota vlastnosti
string