Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotFound = &ErrorCode{Code: http.StatusNotFound, Type: "NotFound"} NotAcceptable = &ErrorCode{Code: http.StatusNotAcceptable, Type: "NotAcceptable"} Unknown = &ErrorCode{Code: http.StatusInternalServerError, Type: "Unknown"} Internal = &ErrorCode{Code: http.StatusInternalServerError, Type: "InternalError"} TooManyRequests = &ErrorCode{Code: http.StatusTooManyRequests, Type: "TooManyRequests"} InvalidArgument = &ErrorCode{Code: http.StatusBadRequest, Type: "InvalidArgument"} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.