DataError¶
Error returned when result data from the server is in an unexpected format (e.g., column count mismatch across rows) or when a parameter value cannot be encoded for the wire protocol (e.g., a custom codec rejects a value). In either direction, the query is not delivered to the receiver as a result.
Constructors¶
create¶
Returns¶
- DataError val^
Public Functions¶
eq¶
Parameters¶
- that: DataError val
Returns¶
- Bool val
ne¶
Parameters¶
- that: DataError val
Returns¶
- Bool val