Experimental
Schema
UnknownErrorDetail
Type:
object
A structured error detail identified by @type. Its decoded JSON fields appear beside the type URL.
@type
· required
Type:
string
All schema constraints and annotations
{
"not": {
"enum": [
"type.googleapis.com/google.rpc.BadRequest",
"type.googleapis.com/google.rpc.DebugInfo",
"type.googleapis.com/google.rpc.ErrorInfo",
"type.googleapis.com/google.rpc.Help",
"type.googleapis.com/google.rpc.LocalizedMessage",
"type.googleapis.com/google.rpc.PreconditionFailure",
"type.googleapis.com/google.rpc.QuotaFailure",
"type.googleapis.com/google.rpc.RequestInfo",
"type.googleapis.com/google.rpc.ResourceInfo",
"type.googleapis.com/google.rpc.RetryInfo",
"type.googleapis.com/buf.validate.Violations",
"type.googleapis.com/docker.sandboxes.v1.EtagMismatch",
"type.googleapis.com/docker.sandboxes.v1.KitFieldOutcomeReport",
"type.googleapis.com/docker.sandboxes.v1.McpConfigurationReport"
]
},
"type": "string"
}All schema constraints and annotations
{
"additionalProperties": true,
"description": "A structured error detail identified by @type. Its decoded JSON fields appear beside the type URL.",
"properties": {
"@type": {
"not": {
"enum": [
"type.googleapis.com/google.rpc.BadRequest",
"type.googleapis.com/google.rpc.DebugInfo",
"type.googleapis.com/google.rpc.ErrorInfo",
"type.googleapis.com/google.rpc.Help",
"type.googleapis.com/google.rpc.LocalizedMessage",
"type.googleapis.com/google.rpc.PreconditionFailure",
"type.googleapis.com/google.rpc.QuotaFailure",
"type.googleapis.com/google.rpc.RequestInfo",
"type.googleapis.com/google.rpc.ResourceInfo",
"type.googleapis.com/google.rpc.RetryInfo",
"type.googleapis.com/buf.validate.Violations",
"type.googleapis.com/docker.sandboxes.v1.EtagMismatch",
"type.googleapis.com/docker.sandboxes.v1.KitFieldOutcomeReport",
"type.googleapis.com/docker.sandboxes.v1.McpConfigurationReport"
]
},
"type": "string"
}
},
"required": [
"@type"
],
"type": "object"
}