Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBasicCategoryError ¶
NewBasicCategoryError creates a category-based message.
func NewBasicError ¶
NewBasicError creates a non-category error.
Types ¶
type BasicError ¶
type BasicError struct {
// contains filtered or unexported fields
}
BasicError is a simple category/message error type.
func (*BasicError) Error ¶
func (err *BasicError) Error() string
Error gets the error message for a basic error.
Source Files
¶
- common.go
Click to show internal directories.
Click to hide internal directories.