Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidUUID ¶
func NewForbiddenError ¶
func NewNotFoundError ¶
func NewValidationError ¶
Types ¶
type ForbiddenError ¶
type ForbiddenError struct {
// contains filtered or unexported fields
}
func (ForbiddenError) Error ¶
func (e ForbiddenError) Error() string
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
func (NotFoundError) Error ¶
func (e NotFoundError) Error() string
type PermissionError ¶
type PermissionError struct{}
func (PermissionError) Error ¶
func (e PermissionError) Error() string
type ValidationError ¶
type ValidationError struct {
// contains filtered or unexported fields
}
func (ValidationError) Error ¶
func (e ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.