Skip to content

@salesforce/b2c-tooling-sdk / clients / CipExecuteResponse

Interface: CipExecuteResponse ​

Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:117

Execute response with decoded first frame.

Properties ​

frame? ​

optional frame: CipFrame

Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:121

Decoded first frame when present.


statementId ​

statementId: number

Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:119

Statement id used for this execution.

Released under the Apache-2.0 License.