CloudBaseException class
DioError describes the error info when request failed.
- Implemented types
Constructors
- CloudBaseException({required String? message, required String? code, String? requestId})
- CloudBaseException({...})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
toString
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited