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;
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;