Package com.persequor.extension.document
Interface IFailedReasonRegistry
public interface IFailedReasonRegistry
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MISSING_DATA
- See Also:
-
FAILED_EVENT
- See Also:
-
QUANTITY_CALCULATION_ERROR
- See Also:
-
ASSERT_FAILURE
- See Also:
-
ENDPOINT_ISSUE
- See Also:
-
DISPATCH_ERROR
- See Also:
-
DUPLICATION
- See Also:
-
GENERAL_ERROR
- See Also:
-
DEADLOCK
- See Also:
-
VALIDATION_FAILURE
- See Also:
-
LICENSE_EXPIRED
- See Also:
-
QUEUE_RETRY_ERROR
- See Also:
-
UNHANDLED_EXCEPTION
- See Also:
-
-
Method Details
-
contains
Checks whether the given failure reason already exists in the registry- Parameters:
reason
- to check- Returns:
- true if it the reason exists
-
register
Registers a new possible failure reason- Parameters:
reason
- new fail reason- Returns:
- returns true if new reason was registered, false if it already exists
-
values
Returns the registered failure reasons as a list of strings- Returns:
- registered failure reasons
-