Package play.libs
Class OAuth.Error
- java.lang.Object
-
- play.libs.OAuth.Error
-
- Enclosing class:
- OAuth
public static class OAuth.Error extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OAuth.Error.Type
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
details
oauth.signpost.exception.OAuthException
exception
OAuth.Error.Type
type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
details()
java.lang.String
toString()
-
-
-
Field Detail
-
exception
public final oauth.signpost.exception.OAuthException exception
-
type
public final OAuth.Error.Type type
-
details
public final java.lang.String details
-
-