public enum RapidErrorType extends Enum<RapidErrorType>
| Enum Constant and Description |
|---|
AfterRestoreError |
BadFunctionCode |
BeforeCheckpointError |
UserException |
| Modifier and Type | Method and Description |
|---|---|
String |
getRapidError() |
static RapidErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RapidErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RapidErrorType BadFunctionCode
public static final RapidErrorType UserException
public static final RapidErrorType BeforeCheckpointError
public static final RapidErrorType AfterRestoreError
public static RapidErrorType[] values()
for (RapidErrorType c : RapidErrorType.values()) System.out.println(c);
public static RapidErrorType 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 String getRapidError()
Copyright © 2025. All rights reserved.