Exception JobException (2.40.1)

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
Type Description
List<BigQueryError>

getId()

public JobId getId()

The ID for the failed job.

Returns
Type Description
JobId