---
title: ErrorResponse
framework: appleschoolmanagerapi
role: symbol
role_heading: Object
path: appleschoolmanagerapi/errorresponse
---

# ErrorResponse

The error details that an API returns in the response body whenever the API request isn’t successful.

## Declaration

```data
object ErrorResponse
```

## Properties

errors: An array of one or more errors.

## Example response

Example response      {        "errors": [          {            "id": "d41f0ce2-8e12-41b7-bffd-91fd628f6628",            "status": "404",            "code": "NOT_FOUND",            "title": "The specified resource doesn't exist",            "detail": "There is no resource of type 'orgDevices' with id 'XABC123X0ABC123X0'"          }        ]      }

## Topics

### Dictionaries

- [ErrorResponse.Errors](appleschoolmanagerapi/errorresponse/errors-data.dictionary.md)

## See Also

### Objects and Data Types

- [OrgDevice](appleschoolmanagerapi/orgdevice.md)
- [OrgDeviceResponse](appleschoolmanagerapi/orgdeviceresponse.md)
- [OrgDevicesResponse](appleschoolmanagerapi/orgdevicesresponse.md)
- [OrgDeviceAssignedServerLinkageResponse](appleschoolmanagerapi/orgdeviceassignedserverlinkageresponse.md)
- [MdmServer](appleschoolmanagerapi/mdmserver.md)
- [MdmServerResponse](appleschoolmanagerapi/mdmserverresponse.md)
- [MdmServersResponse](appleschoolmanagerapi/mdmserversresponse.md)
- [MdmServerDevicesLinkagesResponse](appleschoolmanagerapi/mdmserverdeviceslinkagesresponse.md)
- [OrgDeviceActivity](appleschoolmanagerapi/orgdeviceactivity.md)
- [OrgDeviceActivityCreateRequest](appleschoolmanagerapi/orgdeviceactivitycreaterequest.md)
- [OrgDeviceActivityResponse](appleschoolmanagerapi/orgdeviceactivityresponse.md)
- [AppleCareCoverage](appleschoolmanagerapi/applecarecoverage.md)
- [AppleCareCoverageResponse](appleschoolmanagerapi/applecarecoverageresponse.md)
- [PagedDocumentLinks](appleschoolmanagerapi/pageddocumentlinks.md)
- [PagingInformation](appleschoolmanagerapi/paginginformation.md)
