Documentation ¶
Index ¶
- func InternalError(message string) error
- func InternalErrorf(format string, args ...any) error
- func InvalidParameter(parameter string, message string) error
- func InvalidParameterf(parameter string, format string, args ...any) error
- func IsInternalError(err error) bool
- func IsInvalidParameter(err error) bool
- func IsMissingParameter(err error) bool
- func IsNotFound(err error) bool
- func IsNotImplemented(err error) bool
- func MissingParameter(parameter string, message string) error
- func MissingParameterf(parameter string, format string, args ...any) error
- func NotFound(message string) error
- func NotFoundf(format string, args ...any) error
- func NotImplemented(message string) error
- func NotImplementedf(format string, args ...any) error
- type Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InternalError ¶
func InternalErrorf ¶
func InvalidParameter ¶
func IsInternalError ¶
func IsInvalidParameter ¶
func IsMissingParameter ¶
func IsNotFound ¶
func IsNotImplemented ¶
func MissingParameter ¶
func NotImplemented ¶
func NotImplementedf ¶
Types ¶
type Handler ¶
type Handler interface { actor.SupervisorStrategy }
Handler --- TODO: this likely need to be moved to the API package but
requires some more refinement
Click to show internal directories.
Click to hide internal directories.