Interface: FunctionsCompleteErrorArguments
Extends
ExecutionID
.TokenOverridable
Properties
error
error: string;
Defined in
packages/web-api/src/types/request/functions.ts:9
function_execution_id
function_execution_id: string;
Inherited from
ExecutionID.function_execution_id
Defined in
packages/web-api/src/types/request/functions.ts:4
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token