☢️Troubleshooting Errors
Error commands in Fetcch API
Command | Description | Troubleshooting |
---|---|---|
IncompleteArgs | Required arguments not found in URL or Body parameter | Check request body if method is POST/PATCH or URL param if request method is GET |
WrongArgs | Wrong arguments are found in URL or body parameter | Remove those arg from URL or body parameters |
ObjectAlreadyExists | Object already exists in the network | Try changing arguments |
ObjectNotFound | Object does not exists in the network | Try creating that object first, or chaning arguments |
ObjectNotCreated | Object cannot be created in the network | Change arguments, there must be an error in the arguments |
ObjectNotUpdated | Object cannot be updated in the network | Change arguments, there must be an error in the arguments |
SecretKeyNotInHeaders | Secret key doesn't exist in the headers | add |
WrongSecretKey | using invalid | use valid |
RequestObjectWrong | address book request is invalid | use correct format and values for address book request |
ProviderNotOnChain | provider doesn't exists onchain | contact us if provider not onchain |
NotAbleToParseTx | not able to parse transaction receipt | retry transaction or contact us |
IdAndIdentifierNotSame |
| use same |
IdAndProviderNotSame |
| use same |
ExtraDataIsRequired |
| add |
AddressDoesNotExistsOnIdentity | address doesn't exist on a specified identity | use different address |
AddressNotExists | address doesn't exist on any identity | use different address |
CannotGenerateMerkleTree | cannot generate merkle tree for a specified identity | use different identity or contact us |
CannotGenerateMerkleProof | cannot generate merkle proof for specified identity | use correct address to generate proof against |
IdentityObjectWrong | identity object has invalid values or missing required values | use valid values and keys in identity object |
InvalidAddress | address is invalid for a blockchain | use valid address |
ChainNotSupported | chain is not supported yet by Fetcch | contact us to support that chain |
InvalidSignature | signature is invalid for a blockchain | use our guides to generate valid signatures |
InvalidIdentifier |
| follow fetcch guidelines for generating identifier |
NonceNotExist |
| regenerate message |
InvalidENS | ENS is invalid | follow ENS guidelines |
ENSDoesntExist | ENS doesn't exist | recheck if ENS exists |
PayerNotSame | payer is not same as mentioned in transaction request | resend correct payer |
CannotBuildTransaction | some issue while building transaction | retry again few minutes or contact us |
AggregatorNotWorking | aggregator is not working | retry again few minutes or contact us |
RouteNotSupported |
| contact us and we will add that route on priority |
Aptos + * | Aptos related error | follow correct aptos docs |
FromChainNotEVM |
| change |
FromChainAndToChainAreSame |
| change |
FromChainNotSolana |
| change |
Solana + * | Solana related error | follow correct solana docs |
EVM + * | EVM related error | follow correct evm docs |
InvalidId |
| follow fetcch guidelines for |
ProviderSecretKeyWrong |
| change |
ProviderAndIdentityDelimiterNotSame |
| both delimiter should be same |
RateLimited | rate limited because can't have more than 5 unresolved transaction request between a pair of address or id | try again after 30mins or after resolving some transaction requests |
InvalidTokenAddress | token address is invalid | use correct token address |
TransactionAmountNotEqual | transaction amount is not equal to transaction request amount | use correct transaction |
WrongTransaction | transaction is invalid used for resolving transaction request | use correct transaction |
CannotUploadToIpfs | cannot upload to ipfs | try again after few minutes or contact us |
Last updated