---
title: ForbiddenResponse
framework: applemusicapi
role: symbol
role_heading: Object
path: applemusicapi/forbiddenresponse
---

# ForbiddenResponse

A response object indicating that the request wasn’t accepted due to an issue with the authentication.

## Declaration

```data
object ForbiddenResponse
```

## Properties

errors: The collection of errors that occurred while processing the request.

## See Also

### Related Objects

- [EmptyBodyResponse](applemusicapi/emptybodyresponse.md)
- [ErrorsResponse](applemusicapi/errorsresponse.md)
- [UnauthorizedResponse](applemusicapi/unauthorizedresponse.md)
- [ResourceCollectionResponse](applemusicapi/resourcecollectionresponse.md)
