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 |
BigQueryException.getError()
Returns the
BigQueryError that caused this exception. |
BigQueryError |
JobStatus.getError()
Returns the final error result of the job.
|
Modifier and Type | Method and Description |
---|---|
List<BigQueryError> |
BigQuerySQLException.getErrors()
Returns a list of
BigQueryError s that caused this exception. |
List<BigQueryError> |
BigQueryException.getErrors()
Returns a list of
BigQueryError s that caused this exception. |
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) |
Constructor and Description |
---|
BigQueryException(List<BigQueryError> errors) |
BigQuerySQLException(List<BigQueryError> errors) |
BigQuerySQLException(List<BigQueryError> errors,
Throwable cause) |
BigQuerySQLException(String reason,
List<BigQueryError> errors) |
BigQuerySQLException(String reason,
String sqlState,
int errorCode,
List<BigQueryError> errors) |
BigQuerySQLException(String reason,
String sqlState,
int errorCode,
Throwable cause,
List<BigQueryError> errors) |
BigQuerySQLException(String reason,
String sqlState,
List<BigQueryError> errors) |
BigQuerySQLException(String reason,
Throwable cause,
List<BigQueryError> errors) |
Copyright © 2023 Google LLC. All rights reserved.