Retrying

data class Retrying(val attempt: Int, val error: NetworkError) : MutationStatus

The most recent attempt failed transiently and a retry is scheduled.

Constructors

Link copied to clipboard
constructor(attempt: Int, error: NetworkError)

Properties

Link copied to clipboard
Link copied to clipboard