@pulumi/pulumi - v3.256.0
    Preparing search index...

    Type Alias ErrorHookFunction

    ErrorHookFunction: (args: ErrorHookArgs) => boolean | Promise<boolean>

    ErrorHookFunction is a function that can be registered as an error hook. Returns true to retry the operation, false to not retry.

    Type Declaration