HttpErrorException
class HttpErrorException(val httpCode: Int, val description: String) : BaseException
Content copied to clipboard
HttpErrorException denotes errors that occur in HTTP call
HttpErrorException denotes errors that occur in HTTP call