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 |
|---|---|
Optional<ErrorModelParser> |
getParent() |
String |
getType() |
boolean |
isMuleError() |
String getType()
boolean isMuleError()
true if it represents to a core Mule language error.Optional<ErrorModelParser> getParent()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.