[net](../index.md) / [com.drake.net.error](./index.md) ## Package com.drake.net.error ### Exceptions | Name | Summary | |---|---| | [NetCancellationException](-net-cancellation-exception/index.md) | 取消网络任务的异常`class NetCancellationException : `[`CancellationException`](https://docs.oracle.com/javase/6/docs/api/java/util/concurrent/CancellationException.html) | | [RequestParamsException](-request-params-exception/index.md) | 404`class RequestParamsException : NetException` | | [ResponseException](-response-exception/index.md) | 对应网络请求后台定义的错误信息`class ResponseException : NetException` | | [ServerResponseException](-server-response-exception/index.md) | 500`class ServerResponseException : NetException` | ### Extensions for External Classes | Name | Summary | |---|---| | [kotlinx.coroutines.CoroutineScope](kotlinx.coroutines.-coroutine-scope/index.md) | |