Class JobException

All Implemented Interfaces:
Serializable

public class JobException extends RuntimeException
Exception describing a failure of a job.
See Also:
  • Method Details

    • getId

      public JobId getId()
      The ID for the failed job.
    • getErrors

      public List<BigQueryError> getErrors()
      The errors reported by the job.

      The list is immutable.