QueryFailedAction constructor
const
QueryFailedAction(
- int failureCount,
- Object error,
- StackTrace stackTrace
Creates the action for the attempt that just failed.
Implementation
const QueryFailedAction(this.failureCount, this.error, this.stackTrace);