| Package | Description |
|---|---|
| org.mule.tooling.client.api.metadata.dto |
| Modifier and Type | Field and Description |
|---|---|
static FailureCode |
FailureCode.COMPONENT_NOT_FOUND |
static FailureCode |
FailureCode.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
FailureCode |
MetadataResolvingException.getFailure() |
FailureCode |
MetadataFailure.getFailureCode() |
| Modifier and Type | Method and Description |
|---|---|
MetadataFailure.Builder |
MetadataFailure.Builder.withFailureCode(FailureCode failureCode) |
| Constructor and Description |
|---|
MetadataFailure(MetadataComponent failingComponent,
String failingElement,
String message,
String reason,
FailureCode failureCode) |
MetadataResolvingException(String message,
FailureCode failure) |
MetadataResolvingException(String message,
FailureCode failure,
Throwable cause) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.