public final class UserSettingError extends Object
Represents an error from a GetUserSettings request.
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Gets the error code.
|
String |
getErrorMessage()
Gets the error message.
|
String |
getSettingName()
Gets the name of the setting.
|
public final int getErrorCode()
Gets the error code.
Value: The error code.public final String getErrorMessage()
Gets the error message.
Value: The error message.public final String getSettingName()
Gets the name of the setting.
Value: The name of the setting.