Documentation
¶
Index ¶
Constants ¶
View Source
const (
AuthDisabledErrorCode = ErrorCode("auth-disabled")
)
Variables ¶
View Source
var (
ErrAuthDisabled = errors.New("authentication is disabled")
)
Functions ¶
This section is empty.
Types ¶
type Problem ¶
type Problem struct { problems.DefaultProblem // ErrorCode should be safe to match on ErrorCode ErrorCode }
Click to show internal directories.
Click to hide internal directories.