TransactionError class

deno-postgres@v0.17.0/TransactionError.

Annotations

Constructors

TransactionError()

Properties

cause PostgresError
js/Error/cause. deno-postgres@v0.17.0/TransactionError/constructor.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
message String
js/Error/message.
read-only
name String
js/Error/name.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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