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:
okorerr, but never both.If the operation was:
okwill be defined with the result of the function call.errwill be defined with the last error thrown.