Expand description
Structured error code constants.
Constantsยง
- COLUMN_
NOT_ FOUND - Column not found.
- EXECUTION_
FAILED - Query execution failed.
- INTERNAL
- Internal query error (unrecognized pattern).
- JOIN_
KEY_ MISSING - Join key column not found or invalid.
- JOIN_
TIME_ BOUND_ MISSING - Time bound required for stream-stream join.
- JOIN_
TYPE_ UNSUPPORTED - Unsupported join type for streaming queries.
- LATE_
DATA_ REJECTED - Late data rejected by window policy.
- PLANNING_
FAILED - Query planning failed.
- TABLE_
NOT_ FOUND - Table or source not found.
- TEMPORAL_
JOIN_ NO_ PK - Temporal join requires a primary key on the right-side table.
- TYPE_
MISMATCH - Type mismatch.
- UNSUPPORTED_
SQL - Unsupported SQL syntax.
- WATERMARK_
REQUIRED - Watermark required for this operation.
- WINDOW_
INVALID - Invalid window specification.
- WINDOW_
SIZE_ INVALID - Window size must be positive.