public enum GroupsIOApiExceptionType extends Enum<GroupsIOApiExceptionType>
| Enum Constant and Description |
|---|
AUTHENTICATION |
BAD_REQUEST |
EXPIRED |
INADEQUATE_PERMISSIONS |
INVALID_VALUE |
RATE_LIMIT |
SERVER |
UNAUTHORIZED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static GroupsIOApiExceptionType |
fromString(String key) |
static GroupsIOApiExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupsIOApiExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupsIOApiExceptionType UNKNOWN
public static final GroupsIOApiExceptionType UNAUTHORIZED
public static final GroupsIOApiExceptionType BAD_REQUEST
public static final GroupsIOApiExceptionType AUTHENTICATION
public static final GroupsIOApiExceptionType EXPIRED
public static final GroupsIOApiExceptionType RATE_LIMIT
public static final GroupsIOApiExceptionType INADEQUATE_PERMISSIONS
public static final GroupsIOApiExceptionType INVALID_VALUE
public static final GroupsIOApiExceptionType SERVER
public static GroupsIOApiExceptionType[] values()
for (GroupsIOApiExceptionType c : GroupsIOApiExceptionType.values()) System.out.println(c);
public static GroupsIOApiExceptionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static GroupsIOApiExceptionType fromString(String key)
Copyright © 2017–2019. All rights reserved.