feat: expand module workflows, dynamic config, notifications and console API
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
"""Reserved process exit codes shared by framework and runtime adapters."""
|
||||
|
||||
COOKIE_SKIP_EXIT_CODE = 75
|
||||
IDEMPOTENT_REPLAY_EXIT_CODE = 76
|
||||
# The child produced a deterministic validation/data-identity failure. Callers
|
||||
# must surface it without blindly re-running the same browser side effect.
|
||||
NON_RETRYABLE_EXIT_CODE = 77
|
||||
|
||||
__all__ = ["COOKIE_SKIP_EXIT_CODE"]
|
||||
__all__ = [
|
||||
"COOKIE_SKIP_EXIT_CODE",
|
||||
"IDEMPOTENT_REPLAY_EXIT_CODE",
|
||||
"NON_RETRYABLE_EXIT_CODE",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user