Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotImplemented = APIErrorCode{500, "NOT_IMPLEMENTED"} InternalError = APIErrorCode{500, "INTERNAL_ERROR"} Panic = APIErrorCode{500, "PANIC"} BindFailURI = APIErrorCode{400, "BINDFAIL_URI"} BindFailQuery = APIErrorCode{400, "BINDFAIL_QUERY"} BindFailJSON = APIErrorCode{400, "BINDFAIL_JSON"} BindFailFormData = APIErrorCode{400, "BINDFAIL_FORMDATA"} AuthFailed = APIErrorCode{401, "AUTH_FAILED"} )
Functions ¶
This section is empty.
Types ¶
type APIErrorCode ¶
Click to show internal directories.
Click to hide internal directories.