Skip to content

DataError

[Source]

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.

primitive val DataError

Constructors

create

[Source]

new val create()
: DataError val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: DataError val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: DataError val)
: Bool val

Parameters

Returns