Skip to main content

Module codes

Module codes 

Source
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.