Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FatalError ¶
func NewFatalError ¶
func NewFatalError(message string) *FatalError
func NewFatalErrorf ¶
func NewFatalErrorf(format string, a ...any) *FatalError
func (*FatalError) Error ¶
func (e *FatalError) Error() string
func (*FatalError) Unwrap ¶
func (e *FatalError) Unwrap() error
func (*FatalError) Wrap ¶
func (e *FatalError) Wrap(err error) *FatalError
type RuntimeError ¶
func NewRuntimeError ¶
func NewRuntimeError(message string) *RuntimeError
func NewRuntimeErrorf ¶
func NewRuntimeErrorf(format string, a ...any) *RuntimeError
func (*RuntimeError) Error ¶
func (e *RuntimeError) Error() string
func (*RuntimeError) Unwrap ¶
func (e *RuntimeError) Unwrap() error
func (*RuntimeError) Wrap ¶
func (e *RuntimeError) Wrap(err error) *RuntimeError
Click to show internal directories.
Click to hide internal directories.