Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInternalNoSub = errors.New("internal server error")
)
View Source
var (
ErrScenarioNoSub = errors.New("invalid scenario")
)
Functions ¶
This section is empty.
Types ¶
type ErrChallengeExist ¶
func (ErrChallengeExist) Error ¶
func (err ErrChallengeExist) Error() string
type ErrInstanceExist ¶
func (ErrInstanceExist) Error ¶
func (err ErrInstanceExist) Error() string
type ErrInternal ¶
type ErrInternal struct {
Sub error
}
func (ErrInternal) Error ¶
func (err ErrInternal) Error() string
type ErrScenario ¶
type ErrScenario struct {
Sub error
}
func (ErrScenario) Error ¶
func (err ErrScenario) Error() string
Click to show internal directories.
Click to hide internal directories.