Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoExtraConfig = errors.New("no extra config") ErrWrongExtraConfig = errors.New("wrong extra config") )
Functions ¶
func RegisterErrors ¶
Types ¶
type Config ¶
type ErrInternal ¶
type ErrInternal string
func (ErrInternal) Error ¶
func (e ErrInternal) Error() string
type ErrInternalHTTP ¶
type ErrInternalHTTP struct {
// contains filtered or unexported fields
}
func (ErrInternalHTTP) Error ¶
func (e ErrInternalHTTP) Error() string
func (ErrInternalHTTP) StatusCode ¶
func (e ErrInternalHTTP) StatusCode() int
type ErrUnknownSource ¶
type ErrUnknownSource string
func (ErrUnknownSource) Error ¶
func (e ErrUnknownSource) Error() string
type ErrWrongChecksum ¶
type ErrWrongChecksum struct {
Source, Actual, Expected string
}
func (ErrWrongChecksum) Error ¶
func (e ErrWrongChecksum) Error() string
type ErrWrongChecksumType ¶
type ErrWrongChecksumType string
func (ErrWrongChecksumType) Error ¶
func (e ErrWrongChecksumType) Error() string
type SourceLoader ¶
Click to show internal directories.
Click to hide internal directories.