| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Method and Description |
|---|---|
BigQueryError |
JobStatus.error()
Returns the final error result of the job.
|
BigQueryError |
BigQueryException.error()
Returns the
BigQueryError that caused this exception. |
| Modifier and Type | Method and Description |
|---|---|
List<BigQueryError> |
InsertAllResponse.errorsFor(long index)
Returns errors for the provided row index.
|
List<BigQueryError> |
QueryResponse.executionErrors()
Returns errors and warnings encountered during the running of the job, if any.
|
List<BigQueryError> |
JobStatus.executionErrors()
Returns all errors encountered during the running of the job.
|
Map<Long,List<BigQueryError>> |
InsertAllResponse.insertErrors()
Returns all insertion errors as a map whose keys are indexes of rows that failed to insert.
|
| Constructor and Description |
|---|
BigQueryException(int code,
String message,
BigQueryError error) |
Copyright © 2016 Google. All rights reserved.