JobError
The common properties for job errors.
interface JobError {
description: String!
}
Fields
JobError.description ● String! non-null scalar
Description of the error.
Member Of
EncodeAudioJob object ● ExtractFilesJob object ● Job interface
Implemented By
EncodingError object ● InputNotFoundError object