InputNotFoundError
The error produced when the SourceDataInput does not point to an existing object.
type InputNotFoundError implements JobError {
description: String!
inputUrl: String!
}
Fields
InputNotFoundError.description ● String! non-null scalar
InputNotFoundError.inputUrl ● String! non-null scalar
Interfaces
JobError interface
The common properties for job errors.