qt_errors

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Marker error: Skip end to end test
	ErrorSkipEndToEndTest = errors.New("skip end to end test")

	// Marker error: The test requires human interaction. Will not do automated test
	ErrorHumanInteractionRequired = errors.New("human interaction required")

	// Marker error: The test requires no test
	ErrorNoTestRequired = errors.New("no test required")

	// Marker error: The test will be done separately as a scenario test.
	ErrorScenarioTest = errors.New("scenario test")

	// Marker error: The test is not yet implemented
	ErrorImplementMe = errors.New("implement me")

	// Marker error: The test requires some resource, but the resource is not available.
	ErrorNotEnoughResource = errors.New("not enough resource")

	// Unsupported UI
	ErrorUnsupportedUI = errors.New("unsupported UI for this auth scope")

	// Marker error: Mock
	ErrorMock = errors.New("mock error")
)

Functions

func ErrorsForTest

func ErrorsForTest(l esl.Logger, err error) (resolvedErr error, cont bool)

Returns nil even err != nil if the error type is ignorable.

Types

This section is empty.

Jump to

Keyboard shortcuts

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