faastjs.detail.md

April 5, 2024 ยท View on GitHub

faastjs > Detail

Detail interface

A function return value with additional detailed information.

Signature:

export interface Detail<R> 

Properties

Property

Modifiers

Type

Description

executionId?

string

(Optional) If available, the provider-specific execution identifier for this invocation.

instanceId?

string

(Optional) If available, the provider-specific instance identifier for this invocation.

logUrl?

string

(Optional) The URL of the logs for the specific execution of this function call.

value

R

A Promise for the function's return value.