CallErrError class

CallErrException is thrown then a HClient.call returns a HGrid with the err marker tag indicating a server side error.

Inheritance

Constructors

CallErrError(HGrid grid)
factory

Properties

grid HGrid
Error grid returned by server.
final
hashCode int
The hash code for this object.
no setterinherited
msg String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited
trace String?
Get the server side stack trace or return null if not available
no setter

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