...
Status Code | Description |
---|---|
400 (Bad Request) | Returned when the sent file has invalid format or has a bad quality which we are unable to process. |
401 (Unauthorized) | Authorization credentials are either missing, wrong or outdated. |
413 (Request Entity Too Large) | Returned when the size of the uploaded file was exceeded. Please check here maximum allowed file size: https://gini.atlassian.net/wiki/spaces/PA1/pages/edit-v2/36733064#Supported-file-formats |
415 | Content type is not supported. |
503 | Service unavailable. Try again later. |
...