RxError class abstract

create_user: zhengzaihong email:1096877329@qq.com create_date: 2025-08-12 create_time: 16:17 describe: 定义已知异常的基类 The base class for all RxNet exceptions.

Implemented types
Implementers

Constructors

RxError.new(String message, [dynamic cause])

Properties

cause → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
message String
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.
override

Operators

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