Documentation
¶
Overview ¶
Package exitcodes contains the constants representing possible k6 exit error codes. nolint: golint
Index ¶
Constants ¶
View Source
const ( CloudTestRunFailed errext.ExitCode = 97 // This used to be 99 before k6 v0.33.0 CloudFailedToGetProgress errext.ExitCode = 98 ThresholdsHaveFailed errext.ExitCode = 99 SetupTimeout errext.ExitCode = 100 TeardownTimeout errext.ExitCode = 101 GenericTimeout errext.ExitCode = 102 // TODO: remove? GenericEngine errext.ExitCode = 103 InvalidConfig errext.ExitCode = 104 ExternalAbort errext.ExitCode = 105 CannotStartRESTAPI errext.ExitCode = 106 ScriptException errext.ExitCode = 107 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.