Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrJobNotFound = errors.New("job not found") ErrUnableToParseBody = errors.New("unable to read submitted body") ErrSourceIDNotProvided = errors.New("source ID not provided") ErrTargetIDNotProvided = errors.New("target ID not provided") ErrJobTypeNotProvided = errors.New("job type not provided") ErrInternalServerError = errors.New("an unexpected error occurred") StatusCodeMap = map[error]int{ ErrJobNotFound: http.StatusNotFound, ErrUnableToParseBody: http.StatusBadRequest, ErrSourceIDNotProvided: http.StatusBadRequest, ErrTargetIDNotProvided: http.StatusBadRequest, ErrJobTypeNotProvided: http.StatusBadRequest, ErrInternalServerError: http.StatusInternalServerError, } )
Predefined errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.