Versions in this module Expand all Collapse all v1 v1.3.1 Apr 12, 2022 Changes in this version + var ErrGameUnavailable = errors.New("game not avalable or server is down") + var ErrHTTP = errors.New("http error") + var ErrIllegalPath = errors.New("illegal file path") + var ErrParsingFailed = errors.New("error while parsing") + var ErrResourceNotReady = errors.New("resource not ready") + var ErrType = errors.New("invalid error") + func As(err error, target *error) bool + func Is(err, target error) bool + func New(text S) error + func Unwrap(err error) error + func Wrap(err error, info string, a ...any) error v1.3.0 Apr 10, 2022 v1.2.1 Apr 9, 2022 Changes in this version + var ErrGameNotFound = errors.New("game not found")