Package com.vasco.orchestration.client.errors
-
Interface Summary Interface Description OrchestrationErrorCallback TheOrchestrationErrorCallback
interface defines the callback that must be implemented in order to be informed of errors during theOrchestrator
lifecycle.OrchestrationWarningCallback TheOrchestrationWarningCallback
interface defines the callback that must be implemented in order to be informed of warnings during theOrchestrator
lifecycle. -
Class Summary Class Description InputError TheInputError
object is used to provide detailed information about an input related issue during a flow execution.OrchestrationError TheOrchestrationError
class is the base class used for asynchronous error management in the Orchestration SDK.OrchestrationErrorCodes TheOrchestrationErrorCodes
class lists every error code used when performing orchestration tasks.OrchestrationServerError TheOrchestrationServerError
class is the base class used for asynchronous error management in the Orchestration SDK.OrchestrationWarning TheOrchestrationWarning
class is the base class used for asynchronous warning management in the Orchestration SDK.OrchestrationWarningCodes TheOrchestrationWarningCodes
class lists every warning code used when performing orchestration tasks.