case class OAuthErrorResponse(value: JValue) extends AbstractJson with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OAuthErrorResponse
- Serializable
- Serializable
- Product
- Equals
- AbstractJson
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OAuthErrorResponse(value: JValue)
Value Members
-
def
boolean(path: String): Boolean
- Definition Classes
- AbstractJson
-
def
booleanOpt(path: String): Option[Boolean]
- Definition Classes
- AbstractJson
-
def
dateOpt(path: String): Option[DateTime]
- Definition Classes
- AbstractJson
- def error: String
- def error_description: String
- def error_uri: String
-
def
get(path: String): String
- Definition Classes
- AbstractJson
-
def
getDate(path: String): DateTime
- Definition Classes
- AbstractJson
-
def
objectOpt[T](path: String)(f: (JValue) ⇒ T): Option[T]
- Definition Classes
- AbstractJson
-
def
opt(path: String): Option[String]
- Definition Classes
- AbstractJson
-
def
seq(path: String): Seq[String]
- Definition Classes
- AbstractJson
-
def
seqOpt[T](path: String): Seq[T]
- Definition Classes
- AbstractJson
-
def
toString(): String
- Definition Classes
- AbstractJson → AnyRef → Any
- val value: JValue