Class: Maze::Api::ExitCode
- Inherits:
-
Object
- Object
- Maze::Api::ExitCode
- Defined in:
- lib/maze/api/exit_code.rb
Constant Summary collapse
- AUTOMATION_GENERIC_ERROR =
Cucumber itself can use codes 0 to 2
10- AUTOMATION_ELEMENT_NOT_FOUND =
11- AUTOMATION_TIMEOUT =
12- AUTOMATION_STALE_ELEMENT =
13- APP_UPLOAD_FAILURE =
100- TUNNEL_FAILURE =
101- SESSION_CREATION_FAILURE =
102- APPIUM_SESSION_FAILURE =
103- APPIUM_APP_HANG_FAILURE =
A catch-all for certain errors related to Appium failures when the app is running app hang or ANR tests
104