JsonRpcError class
- Annotations
-
- @JsonSerializable()
Constructors
- JsonRpcError(int code, String message)
-
JsonRpcError.fromJson(Map<
String, dynamic> json) -
factory
- JsonRpcError.invalidParams(String message)
-
factory
- JsonRpcError.invalidRequest(String message)
-
factory
- JsonRpcError.methodNotFound(String message)
-
factory
- JsonRpcError.parseError(String message)
-
factory
- JsonRpcError.serverError(String message)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited