Versions in this module Expand all Collapse all v1 v1.0.0 Mar 19, 2023 Changes in this version + func Unwrap(err error) error + type Error struct + func HardUnwrap(err error) (*Error, bool) + func NewError(code, httpStatusCode int, message string, args ...any) *Error + func (e *Error) Code() int + func (e *Error) Error() string + func (e *Error) HTTPStatusCode() int + func (e *Error) Message() string + func (e *Error) WithArgs(args ...any) *Error