| Package | Description |
|---|---|
| org.mule.tooling.client.api.datasense | |
| org.mule.tooling.client.api.metadata | |
| org.mule.tooling.client.internal.metadata.persistence |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataFailure> |
ImmutableMetadataResult.getFailures() |
default List<MetadataFailure> |
MetadataCache.MetadataResult.getFailures()
If
this#isSuccess is false, then a MetadataFailure instance is provided in order to describe the error that
occurred during the invocation. |
| Constructor and Description |
|---|
ImmutableMetadataResult(Boolean success,
Serializable result,
List<MetadataFailure> failures)
Creates an instance of this object.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFailure |
MetadataFailure.Builder.onComponent() |
MetadataFailure |
MetadataFailure.Builder.onKeys() |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataFailure> |
MetadataResult.getFailures()
If
this#isSuccess is false, then a MetadataFailure instance is provided in order to describe the error that
occurred during the invocation. |
| Modifier and Type | Method and Description |
|---|---|
static <T> MetadataResult<T> |
MetadataResult.failure(MetadataFailure... failures) |
| Modifier and Type | Method and Description |
|---|---|
static <T> MetadataResult<T> |
MetadataResult.failure(List<MetadataFailure> failures) |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataFailure> |
ComponentMetadataTypesDescriptorResult.getFailures() |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.