Languages
English
ジャポネ
0-getting-started
0.1- Getting Started
1-Methods
1.1- Liker Scale
1.1.1 - Get List All
1.1.2 - Get List By Id
1.3- Questions
1.3.1- Get List Random
1.3.2- Get By Id
1.2- Results
1.2.1- Get List
1.2.2- Get By Id
1.2.3- Get Intro By Id
1.2.4- Get In Depth By Id
1.2.5- Get Braind By Id
1.2.6- Get Components By Id
1.2.7- Get Super Power By Id
1.4- Test
1.3.1- Post Save Answer
2-errors
2.1- Errors Code
home
Homepage

# 2.1- Errors code

# The Zelfium API uses the following error codes:


Error Code Message Description
200 Ok The action requested has been successfully executed.
201 Created A new resource has been successfully created.
202 Accepted The request has been received, but no modifications have been made as of yet.
204 No Content The request was successful, however, the response contains no content.
400 Bad Request The request was improperly formulated.
401 Unauthorized The client lacks the necessary authorization to execute the requested action.
404 Not Found The requested resource could not be located.
405 METHOD NOT ALLOWED The target resource does not support the requested HTTP method.
406 NOT ACCEPTABLE The target resource does not support the data format requested in the accept header or the accept parameter.
409 CONFLICT A conflicting change was detected during an attempt to modify a resource.
415 Unsupported Media Type The data format of the request is not supported by the server.
422 Unprocessable Entity The application data was correctly formatted but was found to be invalid or issing.
500 Internal Server Error The server was unable to process the request.