Pudu programming language
Menu
API reference

Std.Bytes.BytesError

1 declaration

type

BytesError

This declaration introduces a public type.

What it does

What went wrong while reading a byte sequence.

One variant per cause a caller can act on differently: a frame that ended

early is retried when more input arrives, while one holding a digit no

alphabet has is rejected outright, and a caller that could not tell them

apart could recover from neither.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.BytesSearch related declarations