Versions in this module Expand all Collapse all v0 v0.2.0 Dec 23, 2023 v0.1.0 Mar 28, 2022 Changes in this version + const BadArgumentErr + const IndexOutOfRangeErr + const KeyNotFoundErr + const NotFoundErr + var As = errors.As + var Is = errors.Is + var New = errors.New + var Unwrap = errors.Unwrap + type FunctionalError string + func (fe FunctionalError) Error() string