Documentation
¶
Index ¶
Constants ¶
View Source
const ( NoRows = Err("err_no_rows") BadColumnName = Err("bad_column_name") BadJson = Err("bad_json") BadJwt = Err("bad_jwt") BadQueryParams = Err("bad_query_params") ServiceNA = Err("service_not_available") NotImplemented = Err("not_implemented") NotAuthorized = Err("not_authorized") PermissionDenied = Err("permission_denied") ObjectNotFound = Err("object_not_found") IncorrectPageSize = Err("incorrect_page_size") BadStatusCode = Err("bad_status_code") FormValidate = Err("form_validate") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrWithDesc ¶
func (ErrWithDesc) Error ¶
func (e ErrWithDesc) Error() string
Click to show internal directories.
Click to hide internal directories.