Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRoleNotFound = authapi.Error{CodeInt: http.StatusUnprocessableEntity, Message: "Invalid role"} ErrUserNotFound = authapi.Error{CodeInt: http.StatusNotFound, Message: "User not found"} ErrInternal = authapi.Error{CodeInt: http.StatusConflict, Message: "There was a problem"} ErrModifySelf = authapi.Error{CodeInt: http.StatusUnauthorized, Message: "You cannot modify yourself"} ErrOneOwner = authapi.Error{CodeInt: http.StatusUnauthorized, Message: "There must be at least one owner"} ErrAuth0Unknown = authapi.Error{CodeInt: http.StatusBadRequest, Message: "There was a problem with the auth provider."} )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.