---
title: ErrorResponse
framework: Apple Business API
role: symbol
role_heading: Object
platforms: [apple business api 2.5+]
path: applebusinessapi/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](applebusinessapi/errorresponse/errors-data.dictionary.md)

## See Also

### Objects and Data Types

- [OrgDevice](applebusinessapi/orgdevice.md)
- [OrgDeviceResponse](applebusinessapi/orgdeviceresponse.md)
- [OrgDevicesResponse](applebusinessapi/orgdevicesresponse.md)
- [OrgDeviceAssignedServerLinkageResponse](applebusinessapi/orgdeviceassignedserverlinkageresponse.md)
- [MdmDevice](applebusinessapi/mdmdevice.md)
- [MdmDeviceResponse](applebusinessapi/mdmdeviceresponse.md)
- [MdmDevicesResponse](applebusinessapi/mdmdevicesresponse.md)
- [MdmDeviceDetail](applebusinessapi/mdmdevicedetail.md)
- [MdmDeviceDetailResponse](applebusinessapi/mdmdevicedetailresponse.md)
- [MdmServer](applebusinessapi/mdmserver.md)
- [MdmServerResponse](applebusinessapi/mdmserverresponse.md)
- [MdmServersResponse](applebusinessapi/mdmserversresponse.md)
- [MdmServerDevicesLinkagesResponse](applebusinessapi/mdmserverdeviceslinkagesresponse.md)
- [OrgDeviceActivity](applebusinessapi/orgdeviceactivity.md)
- [OrgDeviceActivityCreateRequest](applebusinessapi/orgdeviceactivitycreaterequest.md)
