| Package | Description |
|---|---|
| org.mule.tooling.client.api.datasense | |
| org.mule.tooling.client.api.metadata |
| Modifier and Type | Method and Description |
|---|---|
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. |
List<MetadataFailure> |
ImmutableMetadataResult.getFailures() |
| 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) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.