public class ValidationError extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationError.Location |
| Constructor and Description |
|---|
ValidationError(ValidationRule rule,
String detail,
com.mulesoft.connectivity.rest.sdk.internal.descriptor.model.DescriptorElementLocation descriptorElementLocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail() |
ValidationRule.Level |
getLevel() |
ValidationError.Location |
getLocation() |
ValidationRule |
getRule() |
String |
toString() |
public ValidationError(ValidationRule rule, String detail, com.mulesoft.connectivity.rest.sdk.internal.descriptor.model.DescriptorElementLocation descriptorElementLocation)
public ValidationRule getRule()
public ValidationRule.Level getLevel()
public String getDetail()
public ValidationError.Location getLocation()
Copyright © 2023. All rights reserved.