> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/overview/errors/error-codes.md).

# Error Codes

The Skeddly API will use the following error codes within the JSON to indicate errors in the API operation.

| **Error Code**               | **Meaning**                                                    |
| ---------------------------- | -------------------------------------------------------------- |
| ActionExecutionNotFound      | The specified action execution cannot be not found.            |
| ActionCannotBeDeleted        | The specified action cannot be deleted.                        |
| ActionNotFound               | The specified action cannot be found.                          |
| CredentialInUse              | The specified credential is in use.                            |
| CredentialNotFound           | The specified credential cannot found found.                   |
| ErrorChangingPassword        | An error occurred changing the user password.                  |
| InvalidActionExecutionId     | The specified action execution ID is invalid.                  |
| InvalidActionId              | The specified action ID is invalid.                            |
| InvalidActionVersionId       | The specified action version ID is invalid.                    |
| InvalidCredentialId          | The specified credential ID is invalid.                        |
| InvalidManagedInstanceId     | The specified Managed Instance ID is invalid.                  |
| InvalidParameter             | One of the parameters in the request is invalid.               |
| InvalidRequest               | The request is invalid.                                        |
| InvalidRoleOrAccessDenied    | The specified IAM role is invalid, or it could not be assumed. |
| InvoiceNotFound              | The specified invoice cannot be found.                         |
| ManagedInstanceGroupNotFound | The specified Managed Instance Group cannot be found.          |
| ManagedPolicyNotFound        | The specified managed policy cannot be found.                  |
| ParameterValidationFailed    | One or more parameters failed validation.                      |
| TimeZoneNotFound             | The specified time zone cannot be found.                       |
| UnauthorizedOperation        | The caller is not authorized to execute the command.           |
| UserNotFound                 | The specified user cannot be found.                            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.skeddly.com/overview/errors/error-codes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
