RPCError class
- Implemented types
Constructors
- RPCError.new(String? callingMethod, int code, [dynamic message, Map? data])
- RPCError.withDetails(String? callingMethod, int code, String message, {Object? details})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Return a map representation of this error suitable for conversion to json.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited