id | title | hide_title |
---|---|---|
faastjs.functionstats.errors |
FunctionStats.errors property |
true |
faastjs > FunctionStats > errors
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;