Search Request Exception
class SearchRequestException(val message: String, val code: Int, val cause: Exception? = null) : RuntimeException
Exception thrown when an HTTP response was not successful, i.e. if the code is not in [200..300).
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Indicates, whether HTTP code is in [400..500) range.
Link copied to clipboard
Indicates, whether HTTP code is in [500..600) range.
Link copied to clipboard
Link copied to clipboard