Skip to content

DataError

[Source]

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.

primitive val DataError is
  ClientQueryError val

Implements


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