-
Notifications
You must be signed in to change notification settings - Fork 33
Caraya Error Codes
Francois Normandin edited this page Jan 4, 2020
·
9 revisions
This page contains a table of the error codes used in the Caraya framework.
We've choosen to use error codes starting with 7000 and separated the codes in sub-categories. For backward-compatibility reasons, the default Assert error will remain error 1, since it is user-overridable.
- 1: Assertion error; "ASSERTATION FAILED: %s"
- 7:
- 42: Nested Test Suites are not supported; "A test is already defined. Nested Test Suites are not supported"
- 7000: Generic Test Manager error (ex: Unhandled state)
- 7001: Non-existent User Application Data folder
- 7002: Test Suite failed
- 7100: Cannot use the linker info in the Run time engine.
- 7101: At least one test is not in a runnable state.
- 7200: Generic Test Manager error (ex: Unhandled state)
- 7230: Generic Test Report error
- 7231: Invalid report path
- 7232: Report path is empty or relative. Use an absolute path.
- 7233: Unexpected file type.
- 7234: Directory not found.