Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvalidError ¶
type InvalidError struct {
// contains filtered or unexported fields
}
func NewInvalidError ¶
func NewInvalidError(msg string) *InvalidError
func NewInvalidErrorf ¶
func NewInvalidErrorf(msg string, args ...interface{}) *InvalidError
func (*InvalidError) Error ¶
func (ie *InvalidError) Error() string
Click to show internal directories.
Click to hide internal directories.