addEncodingError
Add an EncodingError to a Job
addEncodingError(
input: EncodingErrorInput!
jobId: ID!
): Boolean!
Arguments
addEncodingError.input
● EncodingErrorInput!
non-null input
The encoding error input.
addEncodingError.jobId
● ID!
non-null scalar
The id of the job.
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.