JobError
codestringrequired
Error codes:
unsupported_format
: The image format is not supportedfailed_to_fetch_from_url
: There was an issue fetching image from the provided image URLinternal
: An internal error occurred
Possible values: [unsupported_format
, failed_to_fetch_from_url
, internal
]
messagestringrequired
A developer-facing error message
JobError
{
"code": "unsupported_format",
"message": "string"
}