UploadException class
上传异常
- Implemented types
Constructors
- UploadException(String message, {required String code, int? statusCode, String? details})
Properties
Methods
-
getUserMessage(
) → String - 获取用户友好的错误消息
-
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