public class JobException extends RuntimeException
Exception describing a failure of a job.
Inheritance
java.lang.Object > java.lang.Throwable > java.lang.Exception > RuntimeException > JobExceptionMethods
getErrors()
public List<BigQueryError> getErrors()
The errors reported by the job.
The list is immutable.
Type | Description |
List<BigQueryError> |
getId()
public JobId getId()
The ID for the failed job.
Type | Description |
JobId |