JobError
codestringrequired
Error codes:
failed_to_fetch_from_url: There was an issue fetching image from the provided image URLimage_already_protected: The image is already protected with SASHA Signatureimage_load_failed: The image is not a valid image e.g. corrupted or invalid formatimage_too_large: The image is too large to processimage_too_small: The image is too small to processinternal: An internal error occurred
Possible values: [failed_to_fetch_from_url, image_already_protected, image_load_failed, image_too_large, image_too_small, internal]
messagestringrequired
A developer-facing error message
JobError
{
"code": "failed_to_fetch_from_url",
"message": "string"
}