Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidToken is returned when the api request token is invalid. ErrInvalidToken = New("Invalid or missing token") ErrUnauthorized = New("Unauthorized") // ErrForbidden is returned when user access is forbidden. ErrForbidden = New("Forbidden") // ErrNotFound is returned when a resource is not found. ErrNotFound = New("Not Found") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.