BigQuery Storage V1 API - Module Google::Cloud::Bigquery::Storage::V1::StorageError::StorageErrorCode (v0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the BigQuery Storage V1 API module Google::Cloud::Bigquery::Storage::V1::StorageError::StorageErrorCode.
Error code for StorageError
.
Constants
STORAGE_ERROR_CODE_UNSPECIFIED
TABLE_NOT_FOUND
value: 1
Table is not found in the system.
STREAM_ALREADY_COMMITTED
value: 2
Stream is already committed.
STREAM_NOT_FOUND
value: 3
Stream is not found.
INVALID_STREAM_TYPE
value: 4
Invalid Stream type.
For example, you try to commit a stream that is not pending.
INVALID_STREAM_STATE
value: 5
Invalid Stream state.
For example, you try to commit a stream that is not finalized or is
garbaged.
STREAM_FINALIZED
value: 6
Stream is finalized.
value: 7
There is a schema mismatch and it is caused by user schema has extra
field than bigquery schema.
OFFSET_ALREADY_EXISTS
value: 8
Offset already exists.
OFFSET_OUT_OF_RANGE
value: 9
Offset out of range.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-01 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-10-01 UTC."}
[[["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-01 UTC."]]