Uses of Class
technology.semi.weaviate.client.base.WeaviateErrorMessage
-
Packages that use WeaviateErrorMessage Package Description technology.semi.weaviate.client.base -
-
Uses of WeaviateErrorMessage in technology.semi.weaviate.client.base
Methods in technology.semi.weaviate.client.base that return WeaviateErrorMessage Modifier and Type Method Description WeaviateErrorMessageWeaviateErrorMessage.WeaviateErrorMessageBuilder. build()Methods in technology.semi.weaviate.client.base that return types with arguments of type WeaviateErrorMessage Modifier and Type Method Description List<WeaviateErrorMessage>WeaviateErrorResponse. getError()List<WeaviateErrorMessage>WeaviateError. getMessages()Method parameters in technology.semi.weaviate.client.base with type arguments of type WeaviateErrorMessage Modifier and Type Method Description WeaviateErrorResponse.WeaviateErrorResponseBuilderWeaviateErrorResponse.WeaviateErrorResponseBuilder. error(List<WeaviateErrorMessage> error)Constructor parameters in technology.semi.weaviate.client.base with type arguments of type WeaviateErrorMessage Constructor Description WeaviateError(int statusCode, List<WeaviateErrorMessage> messages)
-