Versions in this module Expand all Collapse all v0 v0.2.0 Nov 19, 2024 v0.1.0 Nov 15, 2024 Changes in this version + func IsAlreadyExistsError(err error) bool + func IsConflictError(err error) bool + func IsConnectionError(err error) bool + func IsForbiddenError(err error) bool + func IsGenericError(err error) bool + func IsNotFoundError(err error) bool + func IsUnauthorizedError(err error) bool + func IsWatchError(err error) bool + type Error struct + func NewAlreadyExistsError(err error) Error + func NewConflictError(err error) Error + func NewConnectionError(err error) Error + func NewForbiddenError(err error) Error + func NewGenericError(err error) Error + func NewNotFoundError(err error) Error + func NewUnauthorizedError(err error) Error + func NewWatchError(err error) Error + func (c Error) Error() string