public interface ErrorModelParser
ErrorModel so that the semantics reflected in it can be extracted in a uniform
way, regardless of the actual syntax used by the extension developer.ExtensionModelParser| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace() |
Optional<ErrorModelParser> |
getParent() |
String |
getType() |
boolean |
isMuleError() |
default boolean |
isSuppressed() |
String getType()
String getNamespace()
boolean isMuleError()
true if it represents to a core Mule language error.Optional<ErrorModelParser> getParent()
default boolean isSuppressed()
true if the parsed error should be suppressed from the operation model.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.