Status

final class Status(code: Code, description: String, cause: Throwable)
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def getCause(): Throwable
def getCode(): Code
def getDescription(): String
def withCause(cause: Throwable): Status
def withDescription(description: String): Status