public class ValidationError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEMA_VALIDATION |
static String |
WORKFLOW_VALIDATION |
| Constructor and Description |
|---|
ValidationError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getType() |
void |
setMessage(String message) |
void |
setType(String type) |
String |
toString() |
public static final String SCHEMA_VALIDATION
public static final String WORKFLOW_VALIDATION
Copyright © 2020–2023 CNCF. All rights reserved.