public abstract class AbstractErrorTypesValidation extends Object implements org.mule.runtime.ast.api.validation.Validation
ErrorTypeRepository from validations.| Modifier and Type | Field and Description |
|---|---|
protected static String |
ON_ERROR |
protected static String |
ON_ERROR_CONTINUE |
protected static org.mule.runtime.api.component.ComponentIdentifier |
ON_ERROR_CONTINUE_IDENTIFIER |
protected static org.mule.runtime.api.component.ComponentIdentifier |
ON_ERROR_IDENTIFIER |
protected static String |
ON_ERROR_PROPAGATE |
protected static org.mule.runtime.api.component.ComponentIdentifier |
ON_ERROR_PROPAGATE_IDENTIFIER |
protected static String |
RAISE_ERROR |
protected static org.mule.runtime.api.component.ComponentIdentifier |
RAISE_ERROR_IDENTIFIER |
| Constructor and Description |
|---|
AbstractErrorTypesValidation() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
errorMappingPresent(org.mule.runtime.ast.api.ComponentAst operationComponent) |
protected static List<org.mule.runtime.extension.api.error.ErrorMapping> |
getErrorMappings(org.mule.runtime.ast.api.ComponentAst component) |
protected static Optional<org.mule.runtime.api.message.ErrorType> |
lookup(org.mule.runtime.ast.api.ComponentAst component,
String errorTypeParamName,
org.mule.runtime.ast.api.ArtifactAst artifact) |
protected static org.mule.runtime.api.component.ComponentIdentifier |
parserErrorType(String representation) |
protected static Optional<org.mule.runtime.ast.api.validation.ValidationResultItem> |
validateErrorTypeId(org.mule.runtime.ast.api.ComponentAst component,
org.mule.runtime.ast.api.ComponentParameterAst parameter,
org.mule.runtime.ast.api.ArtifactAst artifact,
org.mule.runtime.ast.api.validation.Validation validation,
String errorTypeString,
org.mule.runtime.api.component.ComponentIdentifier errorTypeId) |
protected static final String RAISE_ERROR
protected static final String ON_ERROR
protected static final String ON_ERROR_PROPAGATE
protected static final String ON_ERROR_CONTINUE
protected static final org.mule.runtime.api.component.ComponentIdentifier RAISE_ERROR_IDENTIFIER
protected static final org.mule.runtime.api.component.ComponentIdentifier ON_ERROR_IDENTIFIER
protected static final org.mule.runtime.api.component.ComponentIdentifier ON_ERROR_PROPAGATE_IDENTIFIER
protected static final org.mule.runtime.api.component.ComponentIdentifier ON_ERROR_CONTINUE_IDENTIFIER
protected static boolean errorMappingPresent(org.mule.runtime.ast.api.ComponentAst operationComponent)
protected static List<org.mule.runtime.extension.api.error.ErrorMapping> getErrorMappings(org.mule.runtime.ast.api.ComponentAst component)
protected static Optional<org.mule.runtime.ast.api.validation.ValidationResultItem> validateErrorTypeId(org.mule.runtime.ast.api.ComponentAst component, org.mule.runtime.ast.api.ComponentParameterAst parameter, org.mule.runtime.ast.api.ArtifactAst artifact, org.mule.runtime.ast.api.validation.Validation validation, String errorTypeString, org.mule.runtime.api.component.ComponentIdentifier errorTypeId)
protected static Optional<org.mule.runtime.api.message.ErrorType> lookup(org.mule.runtime.ast.api.ComponentAst component, String errorTypeParamName, org.mule.runtime.ast.api.ArtifactAst artifact)
protected static org.mule.runtime.api.component.ComponentIdentifier parserErrorType(String representation)
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.