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 classOAuth.Error.Type
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringdetailsoauth.signpost.exception.OAuthExceptionexceptionOAuth.Error.Typetype
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdetails()java.lang.StringtoString()
-
-
-
Field Detail
-
exception
public final oauth.signpost.exception.OAuthException exception
-
type
public final OAuth.Error.Type type
-
details
public final java.lang.String details
-
-