Skip to main content

JobError

codestringrequired

Error codes:

  • unsupported_format: The image format is not supported
  • failed_to_fetch_from_url: There was an issue fetching image from the provided image URL
  • internal: 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"
}