public class BeanValidationError extends Object implements graphql.GraphQLError
| Constructor and Description |
|---|
BeanValidationError(javax.validation.ConstraintViolation<Object> violation,
List<graphql.language.NamedNode<?>> requestedPath) |
| Modifier and Type | Method and Description |
|---|---|
graphql.ErrorClassification |
getErrorType() |
Map<String,Object> |
getExtensions() |
List<graphql.language.SourceLocation> |
getLocations() |
String |
getMessage() |
List<Object> |
getPath() |
public graphql.ErrorClassification getErrorType()
getErrorType in interface graphql.GraphQLErrorpublic String getMessage()
getMessage in interface graphql.GraphQLErrorpublic List<graphql.language.SourceLocation> getLocations()
getLocations in interface graphql.GraphQLErrorCopyright © 2018–2021. All rights reserved.