Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static PluginErrorReason |
PluginErrorReason.create(String key) |
PluginErrorReason |
PluginErrorDetails.getReason()
The plugin error reason.
|
PluginErrorReason |
PluginErrorAggregation.getReason()
Enum that uniquely identifies the plugin error.
|
static PluginErrorReason |
PluginErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginErrorReason[] |
PluginErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PluginErrorDetails.Builder |
PluginErrorDetails.Builder.reason(PluginErrorReason reason)
The plugin error reason.
|
PluginErrorAggregation.Builder |
PluginErrorAggregation.Builder.reason(PluginErrorReason reason)
Enum that uniquely identifies the plugin error.
|
Constructor and Description |
---|
PluginErrorAggregation(PluginErrorReason reason,
Integer count)
Deprecated.
|
PluginErrorDetails(PluginErrorReason reason,
String details,
Date timeLastSeen)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.