Variable GovernanceAdapterErrorCodesConst
GovernanceAdapterErrorCodes: {
NOT_SUPPORTED: "governance_not_supported";
CHECK_FAILED: "governance_check_failed";
AGENT_UNREACHABLE: "governance_agent_unreachable";
} = ...
Type Declaration
ReadonlyNOT_SUPPORTED: "governance_not_supported"
ReadonlyCHECK_FAILED: "governance_check_failed"
ReadonlyAGENT_UNREACHABLE: "governance_agent_unreachable"
Error codes for governance adapter responses.