Delegate ErrorHookCallback
ErrorHookCallback is a delegate that defines the signature of ErrorHook callback functions.
Returns true to retry the operation, false to not retry.
Assembly: Pulumi.dll
Syntax
public delegate Task<bool> ErrorHookCallback(ErrorHookArgs args, CancellationToken cancellationToken = default)
Parameters
| Type |
Name |
Description |
| ErrorHookArgs |
args |
ErrorHookCallback is a delegate that defines the signature of callback functions. Returns true to retry the operation, false to not retry. |
| CancellationToken |
cancellationToken |
ErrorHookCallback is a delegate that defines the signature of callback functions. Returns true to retry the operation, false to not retry. |
Returns
| Type |
Description |
| Task<bool> |
ErrorHookCallback is a delegate that defines the signature of callback functions. Returns true to retry the operation, false to not retry. |