errors

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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

type ErrChallengeExist struct {
	ID    string
	Exist bool
}

func (ErrChallengeExist) Error

func (err ErrChallengeExist) Error() string

type ErrInstanceExist

type ErrInstanceExist struct {
	ChallengeID string
	SourceID    string
	Exist       bool
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL