Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 540 Bytes

faastjs.functionstats.errors.md

File metadata and controls

18 lines (13 loc) · 540 Bytes
id title hide_title
faastjs.functionstats.errors
FunctionStats.errors property
true

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;