public class ErrorTypeHierarchyItemDTO extends Object
ErrorTypes.| Constructor and Description |
|---|
ErrorTypeHierarchyItemDTO(String identifier,
String namespace,
boolean internal,
List<ErrorTypeHierarchyItemDTO> children) |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorTypeHierarchyItemDTO> |
getChildren() |
String |
getIdentifier()
Identifier of the error.
|
String |
getNamespace()
The namespace of the module where the error is defined.
|
boolean |
isInternal() |
org.mule.runtime.api.message.ErrorType |
toErrorType(org.mule.runtime.api.message.ErrorType parent)
Creates an
ErrorType for the information in this object with the provided parent. |
public ErrorTypeHierarchyItemDTO(String identifier, String namespace, boolean internal, List<ErrorTypeHierarchyItemDTO> children)
public org.mule.runtime.api.message.ErrorType toErrorType(org.mule.runtime.api.message.ErrorType parent)
ErrorType for the information in this object with the provided parent.parent - the parent of the errorType to be created.ErrorType.public String getIdentifier()
public String getNamespace()
public boolean isInternal()
true if the error represented by this object's getIdentifier() and getNamespace() is
NOT handleable.public List<ErrorTypeHierarchyItemDTO> getChildren()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.