Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpError ¶
type HttpError struct {
Timestamp string `json:"timestamp"`
Status int `json:"status"`
Error string `json:"error"`
}
func ForbiddenRequestError ¶
func ForbiddenRequestError() *HttpError
func MethodNotAllowed ¶
func MethodNotAllowed() HttpError
func UnauthorizedError ¶
func UnauthorizedError() HttpError
Click to show internal directories.
Click to hide internal directories.