# Error Message Directory

## Login errors:&#x20;

* “LoginPayload not exist in context” The login has expired&#x20;
* “Authentication failed. Signature not valid” Account address $evmAddress" Signature failed

## General errors:&#x20;

* “ORDER\_EXIST" Order does exist&#x20;
* “ORDER\_NOT\_EXIST” Order does not exist&#x20;
* “ORDER\_COLLECTION\_NOT\_EXIST” Collection does not exist&#x20;
* “ORDER\_NO\_NFT\_APPROVAL” No NFT approval&#x20;
* “ORDER\_NO\_CURRENCY\_APPROVAL” No currency approval&#x20;
* “ORDER\_INSUFFICIENT\_BALANCE” Insufficient balance
* “ORDER\_INVALID\_MIN\_PERCENTAGE\_TO\_ASK” Invalid royalty fee&#x20;
* “ORDER\_INVALID\_OWNER” Invalid owner&#x20;
* “ORDER\_INVALID\_NONCE” Invalid nonce&#x20;
* “ORDER\_LOWER\_ASK\_EXIST” Lower listing price exists&#x20;
* “ORDER\_HIGHER\_BID\_EXIST” Higher offer bid exists

## Collection offer errors:&#x20;

* “ORDER\_COLLECTION\_OFFER\_EXIST” Existing collection offer found by same signer&#x20;
* “ORDER\_COLLECTION\_OFFER\_TOTAL\_SUPPLY\_LIMIT” Collection offer made should have a limit of total supply below $limit&#x20;
* “ORDER\_COLLECTION\_OFFER\_DISABLED” Collection offer is disabled for this collection&#x20;
* “ORDER\_HIGHER\_COLLECTION\_OFFER\_EXIST” Higher collection offer exists


---

# 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://help.minted.network/minted-help-centre/faqs/troubleshooting/error-message-directory.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.
