Error Codes
This is an index for all possible API error codes.
Wallaby Error Codes
asset_not_found
The specified asset was not found.
auth_api_jwt_invalid
The provided JWT for the API is invalid.
auth_api_jwt_not_active
The provided JWT for the API is not active.
auth_api_jwt_not_provided
The JWT for the API was not provided.
auth_api_key_invalid
The provided API key is invalid.
auth_api_key_not_active
The provided API key is not active.
auth_api_key_not_found
The provided API key was not found.
auth_api_key_not_provided
The API key was not provided.
auth_api_key_pub_key_not_set
The public key for the API key is not set.
auth_client_jwt_expired
The client's JWT has expired.
auth_client_jwt_external_id_not_match
The external ID in the client's JWT does not match the expected value.
auth_client_jwt_invalid
The provided JWT for the client is invalid.
auth_client_jwt_missing_exp_payload
The JWT for the client is missing the expiration payload.
auth_client_jwt_missing_external_id_payload
The JWT for the client is missing the external ID payload.
auth_client_jwt_not_provided
The JWT for the client was not provided.
auth_client_pub_key_and_message_expired
The message for the client's public key has expired.
auth_client_pub_key_and_message_not_match
The public key and the message for the client do not match.
auth_origin_not_allowed
The origin of the request is not allowed.
auth_user_not_allowed_to_perform_the_action
The user is not allowed to perform the requested action.
merchant_not_found
The specified merchant was not found.
multisig_participant_not_found
A participant in the multisig transaction was not found.
otp_code_expired
The provided OTP code has expired.
otp_code_invalid
The provided OTP code is invalid.
request_payload_missing
The request payload is missing.
request_payload_wrong_format
The request payload is in the wrong format.
seedphrase_could_not_be_decrypted
The provided seed phrase could not be decrypted.
user_not_found
The specified user was not found.
wallet_not_found
The specified wallet was not found.
Last updated