Skip to main content

connect.error_details.Any

Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.

typestring

A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.

valuestring<binary>

The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.

debug object

Deserialized error detail payload. The 'type' field indicates the schema. This field is for easier debugging and should not be relied upon for application logic.

type

Deserialized error detail payload. The 'type' field indicates the schema. This field is for easier debugging and should not be relied upon for application logic.

Possible values: [Any]

property name*any

Detailed error information.

property name*any

Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.

connect.error_details.Any
{
"type": "string",
"value": "string",
"debug": {}
}