AdditionalErrorInfo interface
이 클래스는 오류가 발생할 때 리소스 공급자가 전달하는 추가 정보를 나타냅니다.
속성
info | 오류 유형에 대한 추가 정보입니다. |
type | 오류 유형(예: CustomerIntervention, PolicyViolation, SecurityViolation). |
속성 세부 정보
info
오류 유형에 대한 추가 정보입니다.
info?: Record<string, unknown>
속성 값
Record<string, unknown>
type
오류 유형(예: CustomerIntervention, PolicyViolation, SecurityViolation).
type?: string
속성 값
string