BaseOrchestratorSDKResponse
Interface: BaseOrchestratorSDKResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:7
Orchestrator SDK Function Types Types for the orchestrator module functions
Extended by
OrchestratorResponseListOrchestratorsResponseGetOrchestratorResponseCreateOrchestratorResponseUpdateOrchestratorResponseDeleteOrchestratorResponseUpdateOrchestratorStatusResponse
Properties
| Property | Type | Defined in |
|---|---|---|
error? | OrchestratorError | common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:10 |
message? | string | common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:9 |
success | boolean | common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:8 |