[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `FailurePolicy` class within the `Google.Cloud.Functions.V1` namespace, which governs how a function handles execution failures, with the latest version being 2.7.0."],["The `FailurePolicy` class, implemented with multiple interfaces, provides a mechanism to define the behavior upon function execution failure, including the option to retry, defaulting to ignoring the failure if left empty."],["The `FailurePolicy` class offers a constructor, `FailurePolicy()`, and a copy constructor, `FailurePolicy(FailurePolicy other)`, allowing the creation of new instances and duplicates."],["The class contains two properties, `ActionCase`, which returns a `FailurePolicy.ActionOneofCase`, and `Retry`, which will retry the function in case of failure and returns a `FailurePolicy.Types.Retry`."],["Several versions of the class are available, ranging from version 1.1.0 up to the latest 2.7.0, and are all accessible via a list of links in the page."]]],[]]