Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRoleNotFound is an error when the role can not be found in mongoDB ErrRoleNotFound = errors.New("role not found") ErrInvalidPositiveInteger = errors.New("value is not a positive integer") ErrLimitAndOffset = errors.New("offset and limit must be positive or zero") ErrPolicyNotFound = errors.New("policy not found") )
A list of error messages for Permissions API
Functions ¶
func ErrorMaximumLimitReached ¶ added in v0.4.0
ErrorMaximumLimitReached creates a unique error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.