FailurePolicyResponse

data class FailurePolicyResponse(val retry: RetryResponse)

Describes the policy in case of function's execution failure. If empty, then defaults to ignoring failures (i.e. not retrying them).

Constructors

Link copied to clipboard
constructor(retry: RetryResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If specified, then the function will be retried in case of a failure.