Interface FlowError.Properties
-
- Enclosing class:
- FlowError
public static interface FlowError.Properties
-
-
Field Summary
Fields Modifier and Type Field Description static StringcorrelationIdstatic StringerrorMessagestatic StringerrorTypestatic StringflowIdstatic StringflowTitlestatic StringmoduleIdstatic StringmoduleName
-
-
-
Field Detail
-
moduleId
static final String moduleId
- See Also:
- Constant Field Values
-
moduleName
static final String moduleName
- See Also:
- Constant Field Values
-
flowId
static final String flowId
- See Also:
- Constant Field Values
-
flowTitle
static final String flowTitle
- See Also:
- Constant Field Values
-
correlationId
static final String correlationId
- See Also:
- Constant Field Values
-
errorType
static final String errorType
- See Also:
- Constant Field Values
-
errorMessage
static final String errorMessage
- See Also:
- Constant Field Values
-
-