RequestFailedException
open class RequestFailedException(responseJsonString: String?, errorBody: JsonObject?, errorType: String?, exception: String?, extraMessage: String?, cause: Throwable?) : SignaldException
Content copied to clipboard
An exception that is thrown if the resulting JSON can't be deserialized or the socket returns an error response.