Name | Summary |
---|---|
NetCancellationException | 取消网络任务的异常class NetCancellationException : CancellationException |
RequestParamsException | 404class RequestParamsException : NetException |
ResponseException | 对应网络请求后台定义的错误信息class ResponseException : NetException |
ServerResponseException | 500class ServerResponseException : NetException |
Name | Summary |
---|---|
kotlinx.coroutines.CoroutineScope |