Skip to content

NotEnoughData

[Source]

Returned when the reader doesn't have enough data to decode the next value. The caller should append more data and retry. No bytes have been consumed from the reader.

primitive val NotEnoughData

Constructors

create

[Source]

new val create()
: NotEnoughData val^

Returns


Public Functions

eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns