AdditionalErrorInfo interface
這個類別代表發生錯誤時,資源提供者傳遞的其他資訊。
屬性
info | 錯誤類型的其他資訊。 |
type | 錯誤類型 (例如 CustomerIntervention、PolicyViolation、SecurityViolation) 。 |
屬性詳細資料
info
錯誤類型的其他資訊。
info?: Record<string, unknown>
屬性值
Record<string, unknown>
type
錯誤類型 (例如 CustomerIntervention、PolicyViolation、SecurityViolation) 。
type?: string
屬性值
string