| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.engine.handler |
Contains a handler interface to control the definition flow.
|
| Modifier and Type | Method and Description |
|---|---|
OperationFault.Type |
OperationFault.getType()
Gets the fault type.
|
static OperationFault.Type |
OperationFault.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationFault.Type[] |
OperationFault.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OperationFault(String entity,
OperationFault.Type type)
Creates a new instance of
OperationFault. |
Copyright © 2021 Feedzai. All rights reserved.