RemoteRequestException
open class RemoteRequestException(val code: Short, val url: String, val method: HttpMethod, message: String, val response: Response? = null) : Exception
Inheritors
Constructors
Link copied to clipboard
constructor(code: Short, url: String, method: HttpMethod, message: String, response: Response? = null)