All API calls might generate errors. Those are typically reported during the execution of the processing job, but, very unlikely, may also be generated when an unexpected exception occurs.
message JobError {
string error_code = 1;
string message = 2;
}
error_code
message