Represents the result of a retry operation.
The object will have one of two properties: ok or err, but never both.
ok
err
If the operation was:
Generated using TypeDoc
Represents the result of a retry operation.
The object will have one of two properties:
ok
orerr
, but never both.If the operation was:
ok
will be defined with the result of the function call.err
will be defined with the last error thrown.