# RequestInfoErrorDetail


[API catalog](/reference/api/) · [Docker Sandboxes overview](/reference/api/sandboxes/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes-api/) · [OpenAPI specification](/reference/api/sandboxes/api.yaml)

API version: v1


> This API is experimental. Features, interfaces,
> and behavior may change.




Schema constraints and annotations:

```json
{
  "description": "Contains metadata about the request that clients can attach when filing a bug\nor providing other forms of feedback.",
  "properties": {
    "@type": {
      "const": "type.googleapis.com/google.rpc.RequestInfo",
      "type": "string"
    },
    "requestId": {
      "description": "An opaque string that should only be interpreted by the service generating\nit. For example, it can be used to identify requests in the service's logs.",
      "type": "string"
    },
    "servingData": {
      "description": "Any data that was used to serve this request. For example, an encrypted\nstack trace that can be sent back to the service provider for debugging.",
      "type": "string"
    }
  },
  "required": [
    "@type"
  ],
  "title": "RequestInfoErrorDetail",
  "type": "object"
}
```



