# error


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

API version: 2-beta



Schema constraints and annotations:

```json
{
  "description": "Error details vary by endpoint. The message describes the failure; errinfo can contain additional context.",
  "properties": {
    "detail": {
      "type": "string"
    },
    "errinfo": {
      "additionalProperties": true,
      "description": "Additional error context, when available.",
      "type": [
        "object",
        "null"
      ]
    },
    "message": {
      "type": "string"
    }
  },
  "type": "object"
}
```



