ErrorResponseCommon type

The resource management error response.

type ErrorResponseCommon = ErrorResponse & {
  additionalInfo?: ErrorAdditionalInfo[]
  details?: ErrorResponseCommon[]
}