1
0

index.md 2.0 KB

net / com.drake.net.exception

Package com.drake.net.exception

Exceptions

Name Summary
ConvertException 转换数据异常class ConvertException :NetException
DownloadFileException 下载文件异常class DownloadFileException :NetException
NetCancellationException 取消网络任务的异常class NetCancellationException :CancellationException
NetException Net网络异常open class NetException :IOException
NetSocketTimeoutException class NetSocketTimeoutException :NetException
NetworkingException class NetworkingException :NetException
NoCacheException class NoCacheException :NetException
RequestParamsException 404class RequestParamsException :NetException
ResponseException 对应网络请求后台定义的错误信息class ResponseException :NetException
ServerResponseException 500class ServerResponseException :NetException
URLParseException URL地址错误open class URLParseException :Exception

Extensions for External Classes

Name Summary
kotlinx.coroutines.CoroutineScope