Versions in this module Expand all Collapse all v0 v0.1.0 May 10, 2026 Changes in this version + var AllCodes = []Code + func GetExitCode(err error) int + type Code string + const AmbiguousValue + const ContainerTimeout + const EmptyInput + const IncompleteParty + const Inconsistent + const InternalError + const InvalidFormat + const InvalidValue + const JAVAEngineError + const JobStatusError + const LoEngineError + const MissingField + const NormalizationFailed + const ReadError + const RuleViolation + const TotalMismatch + const Unknown + const WriteError + type Error struct + Cause error + Code Code + Message string + Path string + func New(code Code, msg string, path string) *Error + func Wrap(code Code, msg string, path string, cause error) *Error + func (e *Error) Error() string + func (e *Error) Unwrap() error