StatusCodeRange

sttp.tapir.model.StatusCodeRange
See theStatusCodeRange companion object
sealed abstract class StatusCodeRange(val range: Int)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ClientError.type
object Informational.type
object Redirect.type
object ServerError.type
object Success.type

Members list

Concise view

Value members

Concrete fields

val range: Int