Documentation
¶
Index ¶
Constants ¶
View Source
const ( OK = 0 ErrGeneral = 1 ErrInvalidUsage = 2 ErrNotAuthenticated = 3 ErrConfig = 4 ErrNetwork = 5 ErrGit = 6 ErrAPI = 7 ErrCancelled = 8 ErrNotImplemented = 9 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CodedError ¶
func New ¶
func New(code int, err error) *CodedError
func (*CodedError) Error ¶
func (e *CodedError) Error() string
func (*CodedError) Unwrap ¶
func (e *CodedError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.