Skip to main content

Module errors

Module errors 

Source
Expand description

Domain error types for all bounded contexts.

Every error variant uses thiserror and serialises cleanly to JSON. No I/O errors live here — those are adapter concerns.

Enums§

AdaptiveError
Errors produced by the adaptive embedding bounded context.
AnalysisError
Errors produced by the analysis bounded context.
ArchiveError
Errors produced by the archive bounded context.
CanaryError
Errors produced by the canary bounded context.
CorpusError
Errors produced by the corpus steganography bounded context.
CorrectionError
Errors produced by the error-correction bounded context.
CryptoError
Errors produced by the crypto bounded context.
DeadDropError
Errors produced by the dead drop bounded context.
DeniableError
Errors produced by the deniable steganography bounded context.
DistributionError
Errors produced by the distribution bounded context.
MediaError
Errors produced by the media bounded context.
OpsecError
Errors produced by the operational security bounded context.
PdfError
Errors produced by the PDF bounded context.
ReconstructionError
Errors produced by the reconstruction bounded context.
ScrubberError
Errors produced by the stylometric scrubber bounded context.
StegoError
Errors produced by the steganography bounded context.
TimeLockError
Errors produced by the time-lock bounded context.