Uses of Class
technology.semi.weaviate.client.base.WeaviateErrorResponse
-
Packages that use WeaviateErrorResponse Package Description technology.semi.weaviate.client.base -
-
Uses of WeaviateErrorResponse in technology.semi.weaviate.client.base
Methods in technology.semi.weaviate.client.base that return WeaviateErrorResponse Modifier and Type Method Description WeaviateErrorResponseWeaviateErrorResponse.WeaviateErrorResponseBuilder. build()WeaviateErrorResponseResponse. getErrors()Constructors in technology.semi.weaviate.client.base with parameters of type WeaviateErrorResponse Constructor Description Response(int statusCode, T body, WeaviateErrorResponse errors)Result(int statusCode, T body, WeaviateErrorResponse errors)
-