Skip to content

API Error Codes

Luca Kiebel edited this page Nov 26, 2017 Β· 5 revisions

This Article describes all Error Codes encountered when using the ListX API.

To search for a particular Error Code or a Route that you encountered the Error with, simply use your browser's search Function (CTRL+F, or CMD+F, if you're on macOS)

1xx General Errors

  • 100 - Success! - Everything is fine and nothing failed!
  • 101 - Failed! - There was an unexpected Error on our side, please open an Issue
  • 102 -

2xx User Errors

  • 200 - No users found - If you encounter this Error, you're on the Dev-Build, get off of there!
  • 201 - User not found - The User you were trying to get data on can not be found in our database.
  • 202 - There was an Error finding the Lists of the User, does the User exist?
  • 203 - No lists - The Users has no Lists associated with it.
  • 204 - User already Exists! - A User with that E-Mail-Address already exists.
  • 205 - User not created! - There was an internal Error creating the User, please open an Issue if this keeps happening!
  • 206 - User not removed! - There was an internal Error removing the User, please open an Issue if this keeps happening!
  • 207 - Lists not added to User - There was an internal Error removing the User, please open an Issue if this keeps happening!
  • 208 - No List found matching QUERY - The search returned null for query QUERY

3xx Item Errors

  • 300 - Items not found - The List you were accessing does not have any Items associated with it.
  • 301 - Item not created - There was an internal Error creating the Item to the List, please open an Issue if this keeps happening!
  • 302 - Item not deleted - There was an internal Error deleting the Item from the List, please open an Issue if this keeps happening!
  • 303 - Item not updated - There was an internal Error updating the Item from the List, please open an Issue if this keeps happening!

4xx List Errors

  • 400 - No Lists Found! - If you encounter this Error, you're on the Dev-Build, get off of there!
  • 401 - List not Found! - The List you were trying to get data of can not be found in our database.
  • 402 - No Invitations found for this List - The List you were trying to get data of has no open Invitations.
  • 403 - List not created - There was an internal Error creating your new List, please open an Issue if this keeps happening!
  • 404 - List not deleted - There was an internal Error deleting your List, please open an Issue if this keeps happening!
  • 405 - List not updated - There was an internal Error updating your List, please open an Issue if this keeps happening!

5xx Invitations

6xx Validation

  • 601 - Validation expired - The validation email was sent more than 30 (45) minutes ago, the link has expired, please sign up again
  • 602 - User not validated - The user trying to log in is not yet validated, maybe check the link in your email, or re-sign up
Clone this wiki locally