Error Codes

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 CodeDetails
parameter_missingOne or more required parametere is missing on the given input.
collection_not_foundThe input collection id is invalid, please get the correct collection id from Gumlet dashboard.
profile_not_foundThe input profile id is invalid, please get the correct collection id from Gumlet dashboard.
invalid_input_urlInput video URL you have provided is invalid in the create asset API call.
asset_not_foundInput asset id is invalid, please get the correct asset id from Gumlet dashboard.
asset_id_not_validThe provided asset id is not valid.
more_than_allowed_input_urlThe number of URLs allowed in a single bulk-create asset request is higher than your approved quota.
page_size_more_than_maxInput page size is higher than permissible value (100)
asset_in_queued_stateCan 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_deletedThe original video has already been deleted from Gumlet storage.
asset_history_not_foundCould not find asset history associated with the specified asset id.
invalid_parameter_valueThe parameter value you have provided is not valid.
invalid_date_stringThe date string is not in the correct format, please use yyyy-MM-ddThh:mm:ss format.
invalid_date_rangeThe starting date should be less than the ending date.
date_range_too_longYou can only access data in any 60-day window.
property_not_foundInput property id is invalid, please get the correct property id from Gumlet dashboard.
query_errorThe query has an error, please contact [email protected]
invalid_timezoneThe timezone passed is not a valid timezone string.