Search Request Exception
class SearchRequestException(message: String, code: Int, cause: Exception?) : RuntimeException
Content copied to clipboard
Exception thrown when an HTTP response was not successful, i.e. if the code is not in [200..300).
Constructors
SearchRequestException
Link copied to clipboard
fun SearchRequestException(message: String, code: Int, cause: Exception? = null)
Content copied to clipboard
Functions
addSuppressed
Link copied to clipboard
fillInStackTrace
Link copied to clipboard
getLocalizedMessage
Link copied to clipboard
getStackTrace
Link copied to clipboard
getSuppressed
Link copied to clipboard
isClientError
Link copied to clipboard
isServerError
Link copied to clipboard
printStackTrace
Link copied to clipboard
open fun printStackTrace()
Content copied to clipboard
setStackTrace
Link copied to clipboard