Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InternalCodeMap = map[int]InternalCode{ http.StatusInternalServerError: DefaultUnhandledError, http.StatusNotFound: DefaultNotFoundError, http.StatusBadRequest: DefaultBadRequestError, http.StatusUnauthorized: DefaultUnauthorizedError, http.StatusConflict: DefaultDuplicateDataError, }
Functions ¶
func HTTPStatusText ¶
Types ¶
type InternalCode ¶
type InternalCode int
const ( DefaultUnhandledError InternalCode = 1000 + iota DefaultNotFoundError DefaultMethodNotAllowedError DefaultBadRequestError DefaultDuplicateDataError )
Click to show internal directories.
Click to hide internal directories.