# 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
