mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 20:30:47 +02:00
fix(gstack2): harden integrated runtime verification
This commit is contained in:
@@ -14,6 +14,9 @@ export const EXECUTION_RESULT_ERROR_CODES = Object.freeze({
|
||||
DEGRADED: "EXECUTION_DEGRADED",
|
||||
UNSUPPORTED: "EXECUTION_UNSUPPORTED",
|
||||
FAILED: "EXECUTION_FAILED",
|
||||
CAPABILITY_UNAVAILABLE: "CAPABILITY_UNAVAILABLE",
|
||||
CAPABILITY_UNSUPPORTED: "CAPABILITY_UNSUPPORTED",
|
||||
CAPABILITY_FAILED: "CAPABILITY_FAILED",
|
||||
});
|
||||
|
||||
export const EXECUTION_RESULT_SCHEMA = Object.freeze({
|
||||
|
||||
Reference in New Issue
Block a user