ErrorResponseCommon type
The resource management error response.
type ErrorResponseCommon = ErrorResponse & {
additionalInfo?: ErrorAdditionalInfo[]
details?: ErrorResponseCommon[]
}
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The resource management error response.
type ErrorResponseCommon = ErrorResponse & {
additionalInfo?: ErrorAdditionalInfo[]
details?: ErrorResponseCommon[]
}