Jazz Turner-Baggs 520ce1cb80 Initial impl
2025-10-09 22:12:33 -07:00

11 lines
196 B
Nim

type
NaxolotlError* = object of CatchableError
code*: ErrorCode
context*: string
ErrorCode* = enum
errDecryption
errMessageAuthentication
errInvalidInput
errProgram