RpcError class
- Implemented types
Constructors
- RpcError({required String message, required int code, String? data})
- RpcError.fromProto(RpcError error)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toProto(
) → RpcError -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- applicationError → int
-
final
- connectionTimeout → int
-
final
-
errorMessages
↔ Map<
int, String> -
getter/setter pair
- recipientDisconnected → int
-
final
- recipientNotFound → int
-
final
- requestPayloadTooLarge → int
-
final
- responsePayloadTooLarge → int
-
final
- responseTimeout → int
-
final
- sendFailed → int
-
final
- unsupportedMethod → int
-
final
- unsupportedServer → int
-
final
- unsupportedVersion → int
-
final