Class InputError
- java.lang.Object
-
- com.vasco.orchestration.client.errors.InputError
-
public class InputError extends java.lang.Object
TheInputError
object is used to provide detailed information about an input related issue during a flow execution.
-
-
Constructor Summary
Constructors Constructor Description InputError(InputException inputException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
InputException
getInputException()
-
-
-
Constructor Detail
-
InputError
public InputError(InputException inputException)
-
-
Method Detail
-
getErrorCode
public int getErrorCode()
-
getInputException
public InputException getInputException()
-
-