Structs§
Enums§
- Error
Class - Stable 1-byte error classification carried at the tail of a
MSG_ERRORpayload. - Message
- Wire
Param - A positional parameter value carried by
Message::QueryWithParams. - Wire
Sync Repair Action
Constants§
- MSG_
QUERY_ NATIVE - Native typed PowQL request. The response is
MSG_RESULT_ROWS_NATIVEorMSG_RESULT_SCALAR_NATIVE; legacy result frames remain byte-identical. - MSG_
QUERY_ PARAMS_ NATIVE - Native typed PowQL request with positional
$Nparameters. - MSG_
QUERY_ SQL_ NATIVE - Native typed SQL request.
- MSG_
RESULT_ ROWS_ NATIVE - Native typed row result.
- MSG_
RESULT_ SCALAR_ NATIVE - Native typed scalar result.
Functions§
- decode_
error_ class - Extract the trailing error-class byte from a full
MSG_ERRORframe, if present. ReturnsNonefor non-error frames, malformed frames, and legacy error frames that carry only the message string.