Class OrchestrationServerError
java.lang.Object
com.vasco.orchestration.client.errors.OrchestrationServerError
The
OrchestrationServerError
class is the base class used for asynchronous error
management in the Orchestration SDK.-
Constructor Summary
ConstructorsConstructorDescriptionOrchestrationServerError
(String readableMessage) ConstructorOrchestrationServerError
(String readableMessage, String customPayload) Constructor -
Method Summary
Modifier and TypeMethodDescriptionreturn custom payload set by the server integrator which can contain any extra information on the errorreturn readable message describing the error
-
Constructor Details
-
OrchestrationServerError
Constructor- Parameters:
readableMessage
- human readable message describing the error
-
OrchestrationServerError
Constructor- Parameters:
readableMessage
- human readable message describing the errorcustomPayload
- customPayload set by the server integrator which can contain any extra information on the error
-
-
Method Details
-
getReadableMessage
return readable message describing the error- Returns:
- exception
-
getCustomPayload
return custom payload set by the server integrator which can contain any extra information on the error- Returns:
- customPayload
-