public final class BigQueryError implements Serializable
Google Cloud BigQuery Error. Objects of this class represent errors encountered by the BigQuery
service while executing a request. A BigQuery Job that terminated with an error has a non-null
JobStatus#getError(). A job can also encounter errors during its execution that do not
cause the whole job to fail (see JobStatus#getExecutionErrors()). Similarly, queries and
insert all requests can cause BigQuery errors that do not mean the whole operation failed (see
JobStatus#getExecutionErrors() and InsertAllResponse#getInsertErrors()). When a
BigQueryException is thrown the BigQuery Error that caused it, if any, can be accessed
with BigQueryException#getError().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]