# KitFieldOutcomeReportErrorDetail


[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": "KitFieldOutcomeReport records settled diagnostics on a sandbox or an admission refusal.",
  "properties": {
    "@type": {
      "const": "type.googleapis.com/docker.sandboxes.v1.KitFieldOutcomeReport",
      "type": "string"
    },
    "complete": {
      "description": "complete means every refused or skipped declaration is accounted for; absence proves nothing.",
      "type": "boolean"
    },
    "outcomes": {
      "description": "outcomes follow request index then UTF-8 field-path order and are never truncated.",
      "items": {
        "$ref": "#/components/schemas/KitFieldOutcome"
      },
      "maxItems": 256,
      "type": "array"
    }
  },
  "required": [
    "@type"
  ],
  "title": "KitFieldOutcomeReportErrorDetail",
  "type": "object"
}
```



