UNPKG

test-wuying-agentbay-sdk

Version:

TypeScript SDK for interacting with the Wuying AgentBay cloud runtime environment

52 lines (27 loc) 614 B
# Interface: ContextSyncResult Base interface for API responses ## Hierarchy - ``ApiResponse`` ↳ **`ContextSyncResult`** ## Table of contents ### Properties - `errorMessage` - `requestId` ## Properties ```typescript success: `boolean` ``` ### errorMessage`Optional` **errorMessage**: `string` Optional error message if the operation failed #### Overrides `ApiResponse`.`errorMessage` ___ ### requestId`Optional` **requestId**: `string` Optional request identifier for tracking API calls #### Inherited from `ApiResponse`.`requestId` ___ #### Overrides `ApiResponse`.`success`