# Error format for Admin APIs

When interacting with our Admin APIs, it is important to understand the structure of the error responses you might encounter. Errors are returned in a standard format, making it easier to handle them programmatically. Each error response includes a standard HTTP status code, a machine-readable error code, a human-readable error message, and, optionally, details that offer more context about the error. This approach ensures you can quickly identify and resolve any issues encountered using our Admin APIs.


---

# Agent Instructions: 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:

```
GET https://docs.digitalriver.com/commerce-api-references/warnings-and-error-codes/error-codes/error-format-for-admin-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
