QueryFailedException class

Exception that is thrown when using DatabaseRepository utility methods such as create and when the underlying Query failed

Implemented types

Constructors

QueryFailedException(QueryResult queryResult)
Exception that is thrown when using DatabaseRepository utility methods such as create and when the underlying Query failed

Properties

hashCode int
The hash code for this object.
no setterinherited
queryResult QueryResult
The query Result that failed.
final
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