StatusCode

sttp.model.StatusCode
See theStatusCode companion object
final class StatusCode(val code: Int) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def isClientError: Boolean
def isInformational: Boolean
def isRedirect: Boolean
def isServerError: Boolean
def isSuccess: Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val code: Int