Gumlet uses HTTP response status codes to indicate the success or failure of your API requests. If your request fails, Gumlet returns an error using the appropriate status code.
There are three types of status codes:
2xx: Success status codes confirm that your request worked as expected.
4xx: Error status codes indicate an error due to the invalid input.
5xx: Error status codes indicate an error with Gumlet's servers
Error Code | Details |
---|---|
parameter_missing | One or more require parametere is missing on given input. |
collection_not_found | Input collection id is invalid, please get the correct collection id from Gumlet dashboard. |
profile_not_found | Input profile id is invalid, please get the correct collection id from Gumlet dashboard. |
invalid_input_url | Input video URL you have provided is invalid while create asset API call. |
asset_not_found | Input asset id is invalid, please get the correct asset id from Gumlet dashboard. |
asset_id_not_valid | The provided asset id is not valid. |
more_than_allowed_input_url | Number of URLs allowed in single bulk create asset request is higher than your approved quota. |
incorrect_collection_type | Upload video only works with "direct-upload" collection type, please use correct collection to create an asset. |
page_size_more_than_max | Input page size is higher than permissible value (100) |
asset_in_queued_state | Can not delete uploaded original video while video asset is in 'queued' state. If you still want to do it please delete video asset using DELETE request on https://api.gumlet.com/v1/video/assets/:asset_id endpoint, it will delete your original video from Gumlet storage as well. |
original_already_deleted | The original video already been deleted from Gumlet storage. |
asset_history_not_found | Could not find asset history associated with the specified asset id. |
invalid_parameter_value | The parameter value you have provided is not valid. |
invalid_date_string | Date string is not in correct format, please use yyyy-MM-ddThh:mm:ss format. |
invalid_date_range | Starting date should be less than ending date. |
date_range_too_long | You can only access data in any 60 day window. |
property_not_found | Input property id is invalid, please get the correct property id from Gumlet dashboard. |
query_error | Query has an error, please contact [email protected] |
invalid_timezone | Timezone passed is not a valid timezone string. |