Class UserSettingError

UserSettingError class

Represents an error from a GetUserSettings request.

public sealed class UserSettingError

Properties

NameDescription
ErrorCode { get; }Gets the error code.
ErrorMessage { get; }Gets the error message.
SettingName { get; }Gets the name of the setting.

See Also