NetworkErrorException

open class NetworkErrorException(errorCode: Int, errorMessage: String, response: String) : Exception

It is subclass of Exception class which is used to parse Network related error and help to bind the response with UI.

Created at December 24, 2021

Author

Darshan Bhanushali

Constructors

Link copied to clipboard
fun NetworkErrorException(errorCode: Int = -1, errorMessage: String, response: String = "")

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getLocalizedMessage(): String

Properties

Link copied to clipboard
val errorCode: Int
Link copied to clipboard
val errorMessage: String
Link copied to clipboard
open override val message: String
Link copied to clipboard
val response: String

Inheritors

Link copied to clipboard