Handbook
Glossary
ulid>bytes-overflow ( -- * )
Universally Unique Lexicographically Sortable Identifier
ยป
ulid>bytes
Prev:
ulid>bytes-bad-character ( ch -- * )
Vocabulary
ulid
Word description
Throws a
ulid>bytes-overflow
error.
Error description
This error is thrown if the first character of the ULID string is greater than "7" in the
encoding
. This can only mean that the input string is not a valid ULID according to the specification.
Definition
IN:
ulid
ERROR:
ulid>bytes-overflow
;
Methods
USING:
kernel
summary
ulid
;
M:
ulid>bytes-overflow
summary
drop
"Overflow error in ULID"
;