Documentation
¶
Overview ¶
Define errors here. For example, errors for when we cannot retrieve a resource, or a timeout error.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileUploadErr ¶
type FileUploadErr struct {
FileName string
}
func (FileUploadErr) Error ¶
func (e FileUploadErr) Error() string
type GenericError ¶
type GenericError struct {
Message string
}
func (GenericError) Error ¶
func (e GenericError) Error() string
type ResourceNotFound ¶
func (ResourceNotFound) Error ¶
func (e ResourceNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.