Code | Description |
200 | Successful response |
400 | The request is malformed. The information to create the resource does not exist or is invalid. |
401 | Authentication error. The authentication failed or the information needed to authenticate the request was no be found. |
403 | The user is not allowed to perform de action. |
404 | The application of the item you want to perform action on wasn’t found |
405 | Operation not allowed. Occurs when the request method is invalid for the requested endpoint. |
406 | Occurs when the number of requests per minute was exceeded. |
407 | The time is out of range. When the ts (timestamp) is outside the range of the FRACTTAL API server. |
408 | The item already exists. Occurs when trying to insert an existing item |
500 | An error occurred in the application. |