Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NetworkError ¶
NetworkError represents a failure to reach the Disbug API.
func (NetworkError) Error ¶
func (e NetworkError) Error() string
func (NetworkError) Unwrap ¶
func (e NetworkError) Unwrap() error
type UsageError ¶
type UsageError struct {
Message string
}
UsageError represents invalid CLI usage.
func (UsageError) Error ¶
func (e UsageError) Error() string
type UserFacingError ¶
UserFacingError carries a message that should be shown to users unchanged.
func (UserFacingError) Error ¶
func (e UserFacingError) Error() string
func (UserFacingError) Unwrap ¶
func (e UserFacingError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.