public class ErrorMapping extends Object
| Constructor and Description |
|---|
ErrorMapping(ErrorMatcher errorMatcher,
org.mule.runtime.api.meta.model.error.ErrorModel errorModel) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<ErrorMapping> |
create(String sourceType,
String targetType) |
org.mule.runtime.api.meta.model.error.ErrorModel |
getErrorModel() |
boolean |
matches(org.mule.runtime.api.meta.model.error.ErrorModel errorModel) |
public ErrorMapping(ErrorMatcher errorMatcher, org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
public org.mule.runtime.api.meta.model.error.ErrorModel getErrorModel()
public boolean matches(org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
public static Optional<ErrorMapping> create(String sourceType, String targetType)
Copyright © 2020 MuleSoft, Inc.. All rights reserved.