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 CodeDetails
parameter_missingOne or more require parametere is missing on given input.
collection_not_foundInput collection id is invalid, please get the correct collection id from Gumlet dashboard.
profile_not_foundInput profile id is invalid, please get the correct collection id from Gumlet dashboard.
invalid_input_urlInput video URL you have provided is invalid while 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_urlNumber of URLs allowed in single bulk create asset request is higher than your approved quota.
incorrect_collection_typeUpload video only works with "direct-upload" collection type, please use correct collection to create an asset.
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 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 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_stringDate string is not in correct format, please use yyyy-MM-ddThh:mm:ss format.
invalid_date_rangeStarting date should be less than 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_errorQuery has an error, please contact [email protected]
invalid_timezoneTimezone passed is not a valid timezone string.