Values:
STORAGE_ERROR_CODE_UNSPECIFIED (0):
Default error.
TABLE_NOT_FOUND (1):
Table is not found in the system.
STREAM_ALREADY_COMMITTED (2):
Stream is already committed.
STREAM_NOT_FOUND (3):
Stream is not found.
INVALID_STREAM_TYPE (4):
Invalid Stream type.
For example, you try to commit a stream that is
not pending.
INVALID_STREAM_STATE (5):
Invalid Stream state.
For example, you try to commit a stream that is
not finalized or is garbaged.
STREAM_FINALIZED (6):
Stream is finalized.
SCHEMA_MISMATCH_EXTRA_FIELDS (7):
There is a schema mismatch and it is caused
by user schema has extra field than bigquery
schema.
OFFSET_ALREADY_EXISTS (8):
Offset already exists.
OFFSET_OUT_OF_RANGE (9):
Offset out of range.
[[["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 2025-02-06 UTC."],[],[]]