public enum NotPerformedError extends Enum<NotPerformedError>
| Modifier and Type | Method and Description |
|---|---|
static NotPerformedError |
getError(Integer errorCode) |
Integer |
getErrorCode() |
static NotPerformedError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotPerformedError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotPerformedError ALREADY_PROCESSING_REQUEST
public static final NotPerformedError VERSION_NUMBER_ERROR
public static final NotPerformedError UNRECOGNIZED_REQUEST_TYPE
public static final NotPerformedError REQUEST_SCHEDULED_FOR_PROCESSING
public static final NotPerformedError REQ_NO_SUCH_RESOURCE_CLASS
public static final NotPerformedError REQ_NO_RESOURCES_ALLOTED_IN_RESOURCE_CLASS
public static final NotPerformedError REQ_BADLY_FORMED_CERTIFICATE_REQUEST
public static final NotPerformedError REQ_ALREADY_USED_KEY_IN_REQUEST
public static final NotPerformedError REV_NO_SUCH_RESOURCE_CLASS
public static final NotPerformedError REV_NO_SUCH_KEY
public static final NotPerformedError INTERNAL_SERVER_ERROR
public static NotPerformedError[] values()
for (NotPerformedError c : NotPerformedError.values()) System.out.println(c);
public static NotPerformedError 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 Integer getErrorCode()
public static NotPerformedError getError(Integer errorCode)
Copyright © 2008–2020 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.