Uses of Class
io.weaviate.client.base.WeaviateErrorMessage
Packages that use WeaviateErrorMessage
-
Uses of WeaviateErrorMessage in io.weaviate.client.base
Methods in io.weaviate.client.base that return WeaviateErrorMessageMethods in io.weaviate.client.base that return types with arguments of type WeaviateErrorMessageMethod parameters in io.weaviate.client.base with type arguments of type WeaviateErrorMessageModifier and TypeMethodDescriptionWeaviateErrorResponse.WeaviateErrorResponseBuilder.error(List<WeaviateErrorMessage> error) Constructor parameters in io.weaviate.client.base with type arguments of type WeaviateErrorMessage -
Uses of WeaviateErrorMessage in io.weaviate.client.v1.graphql.model
Methods in io.weaviate.client.v1.graphql.model that return types with arguments of type WeaviateErrorMessageModifier and TypeMethodDescriptionGraphQLResponse.errorMessages()Extract the 'message' portion of every error in the response, omitting 'path' and 'location'.