Documentation
¶
Overview ¶
Package errors provides an API for errors across the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobQueueFull ¶
type JobQueueFull struct {
Err error
}
func (*JobQueueFull) Error ¶
func (e *JobQueueFull) Error() string
type RequestError ¶
func (*RequestError) Error ¶
func (e *RequestError) Error() string
Click to show internal directories.
Click to hide internal directories.