Reference documentation and code samples for the BigQuery Client class JobException.
Exception thrown when a job fails to complete.
Namespace
Google \ Cloud \ BigQuery \ ExceptionMethods
__construct
| Parameters | |
|---|---|
| Name | Description |
message |
string
|
job |
Google\Cloud\BigQuery\Job
|
getJob
Returns the job instance associated with the failure.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\BigQuery\Job |
|