Exceptions Edit
HTTP Code | Name | Internal Code | Description |
---|---|---|---|
400 | Bad Request | 1001 | You're not using https, connexion is not secured |
400 | Bad Request | 1002 | You didn't provide any project code |
400 | Bad Request | 1003 | This project does not exist |
400 | Bad Request | 1004 | This project allows only server client |
400 | Bad Request | 1004 | This project allows only some servers |
400 | Bad Request | 1005 | This project allows only mobile applications |
400 | Bad Request | 1006 | Hacking attempt |
400 | Bad Request | 1007 | You don't have access to this resource (rights error) |
400 | Bad Request | 1008 | This method does not exist |
400 | Bad Request | 1009 | This entity does not exist |
400 | Bad Request | 1010 | This database instance does not work properly |
400 | Bad Request | 1011 | One or more of the fields given does not exist on this entity |
400 | Bad Request | 1012 | This method does not apply with this entity |
400 | Bad Request | 1013 | Incorrect email format |
400 | Bad Request | 1014 | Password does not fit defined rules |
400 | Bad Request | 1015 | Please specify record ID |
400 | Bad Request | 1016 | This record does not exist |
400 | Bad Request | 1017 | SQL error |
400 | Bad Request | 1018 | Missing parameter(s) |
400 | Bad Request | 1019 | At least one of the given fields does not exist |
400 | Bad Request | 2001 | One of the mandatory registration field is missing |
400 | Bad Request | 2002 | A user with the same email already exists |
400 | Bad Request | 2003 | Registration failed |
400 | Bad Request | 3001 | login credentials missing |
400 | Bad Request | 3002 | wrong email and/or password |
400 | Bad Request | 3003 | (No error) you are already connected |
400 | Bad Request | 3004 | Please validate your account before you can login |
400 | Bad Request | 4001 | You are not logged in |
400 | Bad Request | 4002 | This session has been closed |
400 | Bad Request | 4003 | This session does not exist / Impossible to close this session |
400 | Bad Request | 5001 | No account with this email |
400 | Bad Request | 5002 | We already sent you a link, please check your emails (1/2 hour) |
400 | Bad Request | 6001 | Current password is not correct |
400 | Bad Request | 6002 | Current password and new passwords are the same |
400 | Bad Request | 6003 | Password not updated |
400 | Bad Request | 7001 | Create record failed, check your payload |
400 | Bad Request | 8001 | Impossible to read this record |
400 | Bad Request | 9001 | Impossible to list items |
400 | Bad Request | 10001 | Impossible to update this record. Check fields rules |
400 | Bad Request | 11001 | Unable to delete this record |
400 | Bad Request | 12001 | Your file is too heavy. Please check the size is under 5Mo |
400 | Bad Request | 12002 | Sorry, we were unable to copy your file |
400 | Bad Request | 12003 | Sorry, you didn't send any file |
400 | Bad Request | 12004 | The record you want to link your record with does not exist |
400 | Bad Request | 12005 | Directory is not writable |
400 | Bad Request | 13001 | You don't have the right to query system methods |
400 | Bad Request | 13002 | Your query does not target any table or is misconfugured. Check documentation |
400 | Bad Request | 13003 | Your query failed |
400 | Bad Request | 13004 | Query not allowed : You don't have the right to use such operation |
400 | Bad Request | 13005 | This query does not exist |
400 | Bad Request | 13006 | No query matches name and version |
400 | Bad Request | 14001 | You don't have the right to query system methods |
400 | Bad Request | 14002 | Your query does not target any table or is misconfugured. Check documentation |
400 | Bad Request | 14003 | Your query failed |
400 | Bad Request | 14004 | You don't have the right to do such operation |
400 | Bad Request | 14005 | No query sent |
400 | Bad Request | 15001 | Bad credentials |
400 | Bad Request | 15002 | This template does not exist |
400 | Bad Request | 15003 | Unable to build document |
400 | Bad Request | 15004 | Mail was not sent |
400 | Bad Request | 15005 | This document does not exist |
400 | Bad Request | 15006 | User targeted does not exist |
400 | Bad Request | 15007 | This contact is Opt-Out |
400 | Bad Request | 16001 | Push notification failed |
400 | Bad Request | 16002 | This user does not have a device registered |
400 | Bad Request | 16003 | User device unregistered |
400 | Bad Request | 16004 | Push provider error |
400 | Bad Request | 16005 | Send push failed ??? |
400 | Bad Request | 17001 | Login with Facebook failed |
400 | Bad Request | 18001 | No card entered |
400 | Bad Request | 18002 | Invalid parameters were supplied to Stripe's API |
400 | Bad Request | 18003 | Authentication with Stripe's API failed (maybe you changed API keys recently) |
400 | Bad Request | 18004 | Network communication with Stripe failed |
400 | Bad Request | 18005 | Display a very generic error to the user, and maybe send yourself an email |
400 | Bad Request | 18006 | Something else happened, completely unrelated to Stripe |
400 | Bad Request | 19001 | Sorry your application is not running on a mobile device |
400 | Bad Request | 19002 | No token was given for this device |
400 | Bad Request | 20001 | You need to be connected to manipulate OPTINS |
400 | Bad Request | 20002 | No such channel |
400 | Bad Request | 20003 | You are already subscribed to this channel |
400 | Bad Request | 21001 | Email not updated |
400 | Bad Request | 22001 | Send SMS failed (missing number, wrong number) |
400 | Bad Request | 22002 | lws not set |
400 | Bad Request | 22003 | Optout for sms |
400 | Bad Request | 22004 | Missing recipient |
400 | Bad Request | 23001 | pusher not set |
400 | Bad Request | 24001 | logic failed |
400 | Bad Request | 24002 | Does not exist |
All errors will return JSON in the following format:
{
"error": true,
"message": "error message here"
}