Versions in this module Expand all Collapse all v0 v0.0.1 Nov 13, 2015 Changes in this version + var ErrCouldNotDownload = errors.New("could not download requested ressource") + var ErrFilesystem = errors.New("something went wrong when interacting with the fs") + var ErrNotFound = errors.New("the resource cannot be found") + func NewBadRequestError(message string) error + type ErrBadRequest struct + func (e *ErrBadRequest) Error() string