public class ErrorHandlingUtils extends Object
| Constructor and Description |
|---|
ErrorHandlingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<QName> |
createErrorCode(String errorCode) |
static ErrorMatcher |
createErrorMatcher(String errorMatchExpression) |
static Optional<org.mule.runtime.api.meta.model.error.ErrorModel> |
createErrorModel(String error) |
static org.mule.metadata.api.model.MetadataType |
errorType(Set<org.mule.runtime.api.meta.model.error.ErrorModel> unhandledErrors) |
static List<QName> |
getErrorCodes(org.mule.runtime.api.meta.model.error.ErrorModel unhandledError) |
public static Optional<org.mule.runtime.api.meta.model.error.ErrorModel> createErrorModel(String error)
public static List<QName> getErrorCodes(org.mule.runtime.api.meta.model.error.ErrorModel unhandledError)
public static ErrorMatcher createErrorMatcher(String errorMatchExpression)
public static org.mule.metadata.api.model.MetadataType errorType(Set<org.mule.runtime.api.meta.model.error.ErrorModel> unhandledErrors)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.