# scim_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
{
  "properties": {
    "detail": {
      "description": "Details about why the request failed.",
      "type": "string"
    },
    "schemas": {
      "items": {
        "default": "urn:ietf:params:scim:api:messages:2.0:Error",
        "type": "string"
      },
      "type": "array"
    },
    "status": {
      "description": "The status code for the response in string format.",
      "type": "string"
    }
  },
  "type": "object"
}
```



