Class GraphQLError
- java.lang.Object
-
- io.weaviate.client.v1.graphql.model.GraphQLError
-
public class GraphQLError extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphQLError.GraphQLErrorBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphQLError.GraphQLErrorBuilderbuilder()GraphQLErrorLocationsItems[]getLocations()StringgetMessage()String[]getPath()StringtoString()
-
-
-
Method Detail
-
builder
public static GraphQLError.GraphQLErrorBuilder builder()
-
getMessage
public String getMessage()
-
getPath
public String[] getPath()
-
getLocations
public GraphQLErrorLocationsItems[] getLocations()
-
-