Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + type Error struct + func New(err errno.Errno, message string) *Error + func (e *Error) Errno() errno.Errno + func (e *Error) Error() string