Uses of Class
io.siddhi.core.util.error.handler.util.ErrorType
-
Packages that use ErrorType Package Description io.siddhi.core.util.error.handler.model io.siddhi.core.util.error.handler.store io.siddhi.core.util.error.handler.util -
-
Uses of ErrorType in io.siddhi.core.util.error.handler.model
Methods in io.siddhi.core.util.error.handler.model that return ErrorType Modifier and Type Method Description ErrorTypeErrorEntry. getErrorType()Constructors in io.siddhi.core.util.error.handler.model with parameters of type ErrorType Constructor Description ErrorEntry(int id, long timestamp, String siddhiAppName, String streamName, byte[] eventAsBytes, String cause, String stackTrace, String originalPayload, ErrorOccurrence errorOccurrence, ErroneousEventType eventType, ErrorType errorType) -
Uses of ErrorType in io.siddhi.core.util.error.handler.store
Methods in io.siddhi.core.util.error.handler.store with parameters of type ErrorType Modifier and Type Method Description protected ErrorEntryErrorStore. constructErrorEntry(int id, long timestamp, String siddhiAppName, String streamName, byte[] eventAsBytes, String cause, byte[] stackTraceAsBytes, byte[] originalPayloadAsBytes, ErrorOccurrence errorOccurrence, ErroneousEventType erroneousEventType, ErrorType errorType)protected voidErrorStore. save(String siddhiAppName, String streamName, ErroneousEvent erroneousEvent, ErroneousEventType eventType, ErrorOccurrence errorOccurrence, ErrorType errorType) -
Uses of ErrorType in io.siddhi.core.util.error.handler.util
Methods in io.siddhi.core.util.error.handler.util that return ErrorType Modifier and Type Method Description static ErrorTypeErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-