ObjectError class

Inheritance

Constructors

ObjectError(String error, {String code = 'unknown', ObjectErrorReason reason = ObjectErrorReason.unknown, String? objectId, Object? cause})
const

Properties

cause → Object?
final
code → String
The transport's own code. A missing object reports notExists on every transport; other gRPC statuses use the status name, e.g. INTERNAL.
final
error → String
final
hashCode → int
The hash code for this object.
no setterinherited
objectId → String?
The requested object id, when the lookup identifies one.
final
reason → ObjectErrorReason
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.
inherited

Operators

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