AlgoliaTimeoutException class final

Exception thrown when a request to the Algolia API times out.

Contains the error message associated with the timeout.

Implemented types

Constructors

AlgoliaTimeoutException(dynamic error)
Constructs an AlgoliaTimeoutException with the provided error message.
const

Properties

error → dynamic
The error message associated with the timeout.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited