Versions in this module Expand all Collapse all v0 v0.1.0 May 17, 2026 Changes in this version + type BaseError struct + Code string + Message string + func New(message, code string) *BaseError + func (e *BaseError) Error() string