# Packages
Package exitcodes contains the constants representing possible k6 exit error codes.nolint:golint.
# Functions
IsInterruptError returns true if err is *InterruptError.
WithExitCodeIfNone can attach an exit code to the given error, if it doesn't have one already.
WithHint is a helper that can attach a hint to the given error.
# Constants
AbortTest is the reason emitted when a test script calls test.abort().
# Structs
InterruptError is an error that halts engine execution.
# Interfaces
Exception represents errors that resulted from a script exception and contain a stack trace that lead to them.
HasExitCode is a wrapper around an error with an attached exit code.
HasHint is a wrapper around an error with an attached user hint.