Package com.restfb
Class FacebookClient.DebugTokenError
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.FacebookClient.DebugTokenError
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- FacebookClient
public static class FacebookClient.DebugTokenError extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DebugTokenError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getCode()
The error code for the error.String
getMessage()
The error message for the error.Integer
getSubcode()
The error subcode for the error.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
DebugTokenError
public DebugTokenError()
-
-
Method Detail
-
getCode
public Integer getCode()
The error code for the error.- Returns:
- The error code for the error.
-
getMessage
public String getMessage()
The error message for the error.- Returns:
- The error message for the error.
-
getSubcode
public Integer getSubcode()
The error subcode for the error.- Returns:
- The error subcode for the error.
-
-