public interface ErrorModel
ComponentModel.| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Gets the namespace of error.
|
Optional<ErrorModel> |
getParent() |
String |
getType()
Gets the type of the error.
|
String getType()
String getNamespace()
MULE namespace.Optional<ErrorModel> getParent()
ErrorModel parent of the current ErrorModel from which it inherits from.Copyright © 2017 MuleSoft, Inc.. All rights reserved.