Package | Description |
---|---|
io.siddhi.core.util.error.handler.model | |
io.siddhi.core.util.error.handler.store | |
io.siddhi.core.util.error.handler.util |
Modifier and Type | Method and Description |
---|---|
ErrorType |
ErrorEntry.getErrorType() |
Constructor and Description |
---|
ErrorEntry(int id,
long timestamp,
String siddhiAppName,
String streamName,
byte[] eventAsBytes,
String cause,
String stackTrace,
String originalPayload,
ErrorOccurrence errorOccurrence,
ErroneousEventType eventType,
ErrorType errorType) |
Modifier and Type | Method and Description |
---|---|
protected ErrorEntry |
ErrorStore.constructErrorEntry(int id,
long timestamp,
String siddhiAppName,
String streamName,
byte[] eventAsBytes,
String cause,
byte[] stackTraceAsBytes,
byte[] originalPayloadAsBytes,
ErrorOccurrence errorOccurrence,
ErroneousEventType erroneousEventType,
ErrorType errorType) |
protected void |
ErrorStore.save(String siddhiAppName,
String streamName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
ErrorOccurrence errorOccurrence,
ErrorType errorType) |
Modifier and Type | Method and Description |
---|---|
static ErrorType |
ErrorType.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.
|
Copyright © 2021. All rights reserved.