All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttp.client3.armeria.UnknownStatusException.scala Maven / Gradle / Ivy

There is a newer version: 3.10.2
Show newest version
package sttp.client3.armeria

/** A `RuntimeException` raised when an `HttpStatus.UnknownStatus` received from Armeria backend. */
class UnknownStatusException(message: String) extends RuntimeException(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy