> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unyte.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# Errors

> Provides a clear understanding of the potential error codes, meaning and resolution for our Policy Management APIs

### BAD\_REQUEST

<Card>
  **Message**:
  The provided JSON or request body could not be rightfully parsed or map to the expected resource.
</Card>

### INTERNAL\_SERVER\_ERROR

<Card>
  **Message**:
  An error occurred in our internal systems.

  Description:
  Request failed due to an internal server error.
</Card>

### PERMISSION\_DENIED

<Card>
  **Message**:
  No permission found for the requested operation

  Description:
  The actor is not authorized to perform the required activity or request.
</Card>

### VALIDATION\_ERROR

<Card>
  **Message**:
  Invalid request data was passed onto the server.

  Description:
  Specific solutions may be found within the error response. Otherwise, please check your request and try again with the appropriate parameters or fields.
</Card>
