jmp0x1b libs home packages healthz readyz

jmp0x1b_errors

Latest version: 1.0.0

Install command: jmp0x1b install jmp0x1b_errors --version 1.0.0

VersionDigestSize (bytes)Artifacts
1.0.0e290fa345dbdf5b4605cc793c17621b6dc10576c5b0481619c09f8b41874767e5906tgz · sha256 · sig

Guide

jmp0x1b_errors

jmp0x1b_errors defines the canonical typed error model for jmp0x1b ecosystem libraries with deterministic constructors, category/severity semantics, and wire-compatible error transport helpers.

Install

jmp0x1b install jmp0x1b_errors --version 1.0.0

Use

Add as a dependency in jmp0x1b.toml:

[dependencies]
jmp0x1b_errors = { version = "1.0.0" }

Import and compose this library's typed contracts from src/lib.jmp0x1b in your package.

Verify

cd libs/jmp0x1b_errors
jmp0x1b_cli check
jmp0x1b_cli test

References

  • README.md
  • CHANGELOG.md
  • ROADMAP.md