Exception JobException (2.38.2)

public class JobException extends RuntimeException

Exception describing a failure of a job.

Methods

getErrors()

public List<BigQueryError> getErrors()

The errors reported by the job.

The list is immutable.

Returns
TypeDescription
List<BigQueryError>

getId()

public JobId getId()

The ID for the failed job.

Returns
TypeDescription
JobId