RetrySubgraphResult

data class RetrySubgraphResult<Output>(val output: Output, val success: Boolean, val retryCount: Int)(source)

Represents the result of subgraphWithRetry.

Parameters

output

The result of the subgraph operation.

success

A boolean indicating whether the action was successful.

retryCount

The number of retries attempted.

Constructors

Link copied to clipboard
constructor(output: Output, success: Boolean, retryCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard