faastjs.functionstats.errors.md

April 11, 2023 ยท View on GitHub

faastjs > FunctionStats > errors

FunctionStats.errors property

The number of invocations that resulted in an error. If an invocation is retried, an error is only counted once, no matter how many retries were attempted.

Signature:

errors: number;