QueryFailedAction constructor

const QueryFailedAction(
  1. int failureCount,
  2. Object error,
  3. StackTrace stackTrace
)

Creates the action for the attempt that just failed.

Implementation

const QueryFailedAction(this.failureCount, this.error, this.stackTrace);