public class ErrorTypeRepository extends Object
| Constructor and Description |
|---|
ErrorTypeRepository(Collection<ErrorType> errorTypes,
Collection<ErrorType> internalErrorTypes,
Collection<String> errorNamespaces) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getErrorNamespaces()
Returns the collection of current error namespaces.
|
Collection<ErrorType> |
getErrorTypes() |
Collection<ErrorType> |
getInternalErrorTypes() |
public ErrorTypeRepository(Collection<ErrorType> errorTypes, Collection<ErrorType> internalErrorTypes, Collection<String> errorNamespaces)
public Collection<String> getErrorNamespaces()
public Collection<ErrorType> getErrorTypes()
public Collection<ErrorType> getInternalErrorTypes()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.