Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
BigQueryError |
JobStatus.getError()
Returns the final error result of the job.
|
BigQueryError |
BigQueryException.getError()
Returns the
BigQueryError that caused this exception. |
Modifier and Type | Method and Description |
---|---|
List<BigQueryError> |
JobException.getErrors()
The errors reported by the job.
|
List<BigQueryError> |
InsertAllResponse.getErrorsFor(long index)
Returns errors for the provided row index.
|
List<BigQueryError> |
JobStatus.getExecutionErrors()
Returns all errors encountered during the running of the job.
|
Map<Long,List<BigQueryError>> |
InsertAllResponse.getInsertErrors()
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 © 2019 Google LLC. All rights reserved.