public enum KinesisErrorType extends Enum<KinesisErrorType> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<KinesisErrorType>
| Enum Constant and Description |
|---|
ILLEGAL_STATE |
INVALID_ARGUMENT |
KEY_MANAGEMENT_SERVICE |
PROCESSING |
PROVISIONED_THROUGHPUT_EXCEEDED |
TIMEOUT |
UNAUTHORIZED |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> |
getParent() |
static KinesisErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KinesisErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KinesisErrorType ILLEGAL_STATE
public static final KinesisErrorType INVALID_ARGUMENT
public static final KinesisErrorType KEY_MANAGEMENT_SERVICE
public static final KinesisErrorType PROCESSING
public static final KinesisErrorType PROVISIONED_THROUGHPUT_EXCEEDED
public static final KinesisErrorType TIMEOUT
public static final KinesisErrorType UNAUTHORIZED
public static KinesisErrorType[] values()
for (KinesisErrorType c : KinesisErrorType.values()) System.out.println(c);
public static KinesisErrorType 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 Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> getParent()
getParent in interface org.mule.runtime.extension.api.error.ErrorTypeDefinition<KinesisErrorType>Copyright © 2025 MuleSoft, Inc.. All rights reserved.