Skip to main content

Module error

Module error 

Source
Expand description

Error types for the Narrative Addressing Protocol.

All NAP errors are surfaced through NapError, which captures the exact failure domain (URI parsing, manifest I/O, VCS operations, resolution, etc.) with enough context for callers to produce actionable diagnostics.

Enums§

NapError
Top-level error type for all NAP operations.

Type Aliases§

NapResult
Result type alias using NapError.