Gumlet uses HTTP response status codes to indicate the success or failure of your API requests. If your request fails, Gumlet returns an error along with 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 required parametere is missing on the given input. |
collection_not_found | The input collection id is invalid, please get the correct collection id from Gumlet dashboard. |
profile_not_found | The 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 in the 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 | The number of URLs allowed in a single bulk-create asset request is higher than your approved quota. |
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 the 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 has 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 | The date string is not in the correct format, please use yyyy-MM-ddThh:mm:ss format. |
invalid_date_range | The starting date should be less than the 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 | The query has an error, please contact [email protected] |
invalid_timezone | The timezone passed is not a valid timezone string. |