Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorWithCode ¶
Make new error with specified code and message
Types ¶
type AssertionError ¶
type AssertionError struct { }
func (AssertionError) Error ¶
func (AssertionError) Error() string
type NotImplementedError ¶
type NotImplementedError struct { }
func (NotImplementedError) Error ¶
func (NotImplementedError) Error() string
type NullableError ¶
type NullableError struct { }
func (NullableError) Error ¶
func (NullableError) Error() string
type UnreachableError ¶
type UnreachableError struct { }
func (UnreachableError) Error ¶
func (UnreachableError) Error() string
type UnwrapError ¶
type UnwrapError struct { }
func (UnwrapError) Error ¶
func (UnwrapError) Error() string
Click to show internal directories.
Click to hide internal directories.