Package com.restfb
Class FacebookClient.DebugTokenError
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.FacebookClient.DebugTokenError
- All Implemented Interfaces:
Serializable
- Enclosing interface:
FacebookClient
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
The error code for the error.The error message for the error.The error subcode for the error.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
DebugTokenError
public DebugTokenError()
-
-
Method Details
-
getCode
The error code for the error.- Returns:
- The error code for the error.
-
getMessage
The error message for the error.- Returns:
- The error message for the error.
-
getSubcode
The error subcode for the error.- Returns:
- The error subcode for the error.
-