Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotFoundError ¶ added in v0.6.0
type NotFoundError struct {
// contains filtered or unexported fields
}
NotFoundError it's principals provider error when no principals are found
func NewNotFoundError ¶ added in v0.6.0
func NewNotFoundError(provider, msg string) *NotFoundError
NewNotFoundError creates new NotFoundError error with given privder name and message
func (*NotFoundError) Error ¶ added in v0.6.0
func (e *NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.