OmnyStoreTimeoutException class

An operation exceeded its deadline.

Named to avoid colliding with dart:async's TimeoutException.

Inheritance

Constructors

OmnyStoreTimeoutException([String message = 'Operation timed out'])
Creates a timeout failure; defaults to a generic message.
const

Properties

code String
Stable, machine-readable error code (see ErrorCodes).
finalinherited
details Map<String, Object?>
Structured fields that must survive a trip across the wire.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
message String
Human-readable description of the failure.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
The HTTP status code the REST API answers with for this failure.
finalinherited

Methods

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

Operators

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