Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error wraps a Go error with a user-facing message. Error() delegates to the wrapped error. UserMessage() returns human-friendly text (may be capitalized, punctuated).
func (*Error) UserMessage ¶
UserMessage returns the user-facing message.
Click to show internal directories.
Click to hide internal directories.