Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetailedError ¶
type DetailedError struct {
// contains filtered or unexported fields
}
func NewDetailedError ¶
func NewDetailedError(description string, err error) *DetailedError
Factory function to create a new DetailedError
func (*DetailedError) Description ¶
func (e *DetailedError) Description() string
func (*DetailedError) Error ¶
func (e *DetailedError) Error() string
func (*DetailedError) Unwrap ¶
func (e *DetailedError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.