DataError¶
Error returned when the data that came back from a query is in a format that this library doesn't expect. This might indicate something like, the number of columns across rows returned doesn't match or other "this should never happen" type of errors.
Implements¶
- ClientQueryError val
Constructors¶
create¶
Returns¶
- DataError val^
Public Functions¶
eq¶
Parameters¶
- that: DataError val
Returns¶
- Bool val
ne¶
Parameters¶
- that: DataError val
Returns¶
- Bool val