BigQuery Client - Class JobException (1.29.0)

Reference documentation and code samples for the BigQuery Client class JobException.

Exception thrown when a job fails to complete.

Namespace

Google \ Cloud \ BigQuery \ Exception

Methods

__construct

Parameters
NameDescription
message string
job Google\Cloud\BigQuery\Job

getJob

Returns the job instance associated with the failure.

Returns
TypeDescription
Google\Cloud\BigQuery\Job