diff --git a/docs/src/spec/rest.yaml b/docs/src/spec/rest.yaml index 2ed30fb34..fe57fae6c 100644 --- a/docs/src/spec/rest.yaml +++ b/docs/src/spec/rest.yaml @@ -88,6 +88,8 @@ paths: $ref: '#/components/responses/UnauthorizedErrorResponse' 403: $ref: '#/components/responses/ForbiddenErrorResponse' + 404: + $ref: '#/components/responses/NotFoundErrorResponse' 406: $ref: '#/components/responses/UnsupportedOperationErrorResponse' 409: @@ -122,6 +124,8 @@ paths: $ref: '#/components/responses/UnauthorizedErrorResponse' 403: $ref: '#/components/responses/ForbiddenErrorResponse' + 404: + $ref: '#/components/responses/NotFoundErrorResponse' 406: $ref: '#/components/responses/UnsupportedOperationErrorResponse' 503: @@ -618,6 +622,8 @@ paths: $ref: '#/components/responses/UnauthorizedErrorResponse' 403: $ref: '#/components/responses/ForbiddenErrorResponse' + 404: + $ref: '#/components/responses/NotFoundErrorResponse' 406: $ref: '#/components/responses/UnsupportedOperationErrorResponse' 409: @@ -652,6 +658,8 @@ paths: $ref: '#/components/responses/UnauthorizedErrorResponse' 403: $ref: '#/components/responses/ForbiddenErrorResponse' + 404: + $ref: '#/components/responses/NotFoundErrorResponse' 406: $ref: '#/components/responses/UnsupportedOperationErrorResponse' 503: diff --git a/java/lance-namespace-apache-client/api/openapi.yaml b/java/lance-namespace-apache-client/api/openapi.yaml index 0bbdbd7a4..ed6ad154e 100644 --- a/java/lance-namespace-apache-client/api/openapi.yaml +++ b/java/lance-namespace-apache-client/api/openapi.yaml @@ -65,6 +65,8 @@ paths: $ref: '#/components/responses/UnauthorizedErrorResponse' "403": $ref: '#/components/responses/ForbiddenErrorResponse' + "404": + $ref: '#/components/responses/NotFoundErrorResponse' "406": $ref: '#/components/responses/UnsupportedOperationErrorResponse' "409": @@ -105,6 +107,8 @@ paths: $ref: '#/components/responses/UnauthorizedErrorResponse' "403": $ref: '#/components/responses/ForbiddenErrorResponse' + "404": + $ref: '#/components/responses/NotFoundErrorResponse' "406": $ref: '#/components/responses/UnsupportedOperationErrorResponse' "503": @@ -716,6 +720,8 @@ paths: $ref: '#/components/responses/UnauthorizedErrorResponse' "403": $ref: '#/components/responses/ForbiddenErrorResponse' + "404": + $ref: '#/components/responses/NotFoundErrorResponse' "406": $ref: '#/components/responses/UnsupportedOperationErrorResponse' "409": @@ -756,6 +762,8 @@ paths: $ref: '#/components/responses/UnauthorizedErrorResponse' "403": $ref: '#/components/responses/ForbiddenErrorResponse' + "404": + $ref: '#/components/responses/NotFoundErrorResponse' "406": $ref: '#/components/responses/UnsupportedOperationErrorResponse' "503": diff --git a/java/lance-namespace-apache-client/docs/NamespaceApi.md b/java/lance-namespace-apache-client/docs/NamespaceApi.md index b291c4944..55c93664c 100644 --- a/java/lance-namespace-apache-client/docs/NamespaceApi.md +++ b/java/lance-namespace-apache-client/docs/NamespaceApi.md @@ -83,6 +83,7 @@ No authorization required | **400** | Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - | | **401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - | | **403** | Forbidden. Authenticated user does not have the necessary permissions. | - | +| **404** | A server-side problem that means can not find the specified resource. | - | | **406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - | | **409** | The request conflicts with the current state of the target resource. | - | | **503** | The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - | @@ -313,6 +314,7 @@ No authorization required | **400** | Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - | | **401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - | | **403** | Forbidden. Authenticated user does not have the necessary permissions. | - | +| **404** | A server-side problem that means can not find the specified resource. | - | | **406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - | | **503** | The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - | | **5XX** | A server-side problem that might not be addressable from the client side. Used for server 5xx errors without more specific documentation in individual routes. | - | diff --git a/java/lance-namespace-apache-client/docs/TableApi.md b/java/lance-namespace-apache-client/docs/TableApi.md index a0cc6ae3e..9958441c8 100644 --- a/java/lance-namespace-apache-client/docs/TableApi.md +++ b/java/lance-namespace-apache-client/docs/TableApi.md @@ -998,6 +998,7 @@ No authorization required | **400** | Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - | | **401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - | | **403** | Forbidden. Authenticated user does not have the necessary permissions. | - | +| **404** | A server-side problem that means can not find the specified resource. | - | | **406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - | | **503** | The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - | | **5XX** | A server-side problem that might not be addressable from the client side. Used for server 5xx errors without more specific documentation in individual routes. | - | @@ -1228,6 +1229,7 @@ No authorization required | **400** | Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - | | **401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - | | **403** | Forbidden. Authenticated user does not have the necessary permissions. | - | +| **404** | A server-side problem that means can not find the specified resource. | - | | **406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - | | **409** | The request conflicts with the current state of the target resource. | - | | **503** | The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - | diff --git a/java/lance-namespace-springboot-server/src/main/java/com/lancedb/lance/namespace/server/springboot/api/NamespaceApi.java b/java/lance-namespace-springboot-server/src/main/java/com/lancedb/lance/namespace/server/springboot/api/NamespaceApi.java index e43dbba64..5df8cbc0c 100644 --- a/java/lance-namespace-springboot-server/src/main/java/com/lancedb/lance/namespace/server/springboot/api/NamespaceApi.java +++ b/java/lance-namespace-springboot-server/src/main/java/com/lancedb/lance/namespace/server/springboot/api/NamespaceApi.java @@ -78,13 +78,14 @@ default Optional getRequest() { * cases simple text/plain content might be returned by the server's middleware. (status * code 400) or Unauthorized. The request lacks valid authentication credentials for the * operation. (status code 401) or Forbidden. Authenticated user does not have the necessary - * permissions. (status code 403) or Not Acceptable / Unsupported Operation. The server does - * not support this operation. (status code 406) or The request conflicts with the current - * state of the target resource. (status code 409) or The service is not ready to handle the - * request. The client should wait and retry. The service may additionally send a Retry-After - * header to indicate when to retry. (status code 503) or A server-side problem that might not - * be addressable from the client side. Used for server 5xx errors without more specific - * documentation in individual routes. (status code 5XX) + * permissions. (status code 403) or A server-side problem that means can not find the + * specified resource. (status code 404) or Not Acceptable / Unsupported Operation. The server + * does not support this operation. (status code 406) or The request conflicts with the + * current state of the target resource. (status code 409) or The service is not ready to + * handle the request. The client should wait and retry. The service may additionally send a + * Retry-After header to indicate when to retry. (status code 503) or A server-side problem + * that might not be addressable from the client side. Used for server 5xx errors without more + * specific documentation in individual routes. (status code 5XX) */ @Operation( operationId = "createNamespace", @@ -127,6 +128,14 @@ default Optional getRequest() { mediaType = "application/json", schema = @Schema(implementation = ErrorResponse.class)) }), + @ApiResponse( + responseCode = "404", + description = "A server-side problem that means can not find the specified resource.", + content = { + @Content( + mediaType = "application/json", + schema = @Schema(implementation = ErrorResponse.class)) + }), @ApiResponse( responseCode = "406", description = @@ -241,6 +250,12 @@ default ResponseEntity createNamespace( ApiUtil.setExampleResponse(request, "application/json", exampleString); break; } + if (mediaType.isCompatibleWith(MediaType.valueOf("application/json"))) { + String exampleString = + "{ \"instance\" : \"/login/log/abc123\", \"detail\" : \"Authentication failed due to incorrect username or password\", \"type\" : \"/errors/incorrect-user-pass\", \"title\" : \"Incorrect username or password\", \"status\" : 404 }"; + ApiUtil.setExampleResponse(request, "application/json", exampleString); + break; + } } }); return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED); @@ -618,7 +633,8 @@ default ResponseEntity dropNamespace( * simple text/plain content might be returned by the server's middleware. (status code * 400) or Unauthorized. The request lacks valid authentication credentials for the operation. * (status code 401) or Forbidden. Authenticated user does not have the necessary permissions. - * (status code 403) or Not Acceptable / Unsupported Operation. The server does not support + * (status code 403) or A server-side problem that means can not find the specified resource. + * (status code 404) or Not Acceptable / Unsupported Operation. The server does not support * this operation. (status code 406) or The service is not ready to handle the request. The * client should wait and retry. The service may additionally send a Retry-After header to * indicate when to retry. (status code 503) or A server-side problem that might not be @@ -666,6 +682,14 @@ default ResponseEntity dropNamespace( mediaType = "application/json", schema = @Schema(implementation = ErrorResponse.class)) }), + @ApiResponse( + responseCode = "404", + description = "A server-side problem that means can not find the specified resource.", + content = { + @Content( + mediaType = "application/json", + schema = @Schema(implementation = ErrorResponse.class)) + }), @ApiResponse( responseCode = "406", description = @@ -766,6 +790,12 @@ default ResponseEntity listNamespaces( ApiUtil.setExampleResponse(request, "application/json", exampleString); break; } + if (mediaType.isCompatibleWith(MediaType.valueOf("application/json"))) { + String exampleString = + "{ \"instance\" : \"/login/log/abc123\", \"detail\" : \"Authentication failed due to incorrect username or password\", \"type\" : \"/errors/incorrect-user-pass\", \"title\" : \"Incorrect username or password\", \"status\" : 404 }"; + ApiUtil.setExampleResponse(request, "application/json", exampleString); + break; + } } }); return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED); diff --git a/java/lance-namespace-springboot-server/src/main/java/com/lancedb/lance/namespace/server/springboot/api/TableApi.java b/java/lance-namespace-springboot-server/src/main/java/com/lancedb/lance/namespace/server/springboot/api/TableApi.java index f1fbf7820..71d5bfae5 100644 --- a/java/lance-namespace-springboot-server/src/main/java/com/lancedb/lance/namespace/server/springboot/api/TableApi.java +++ b/java/lance-namespace-springboot-server/src/main/java/com/lancedb/lance/namespace/server/springboot/api/TableApi.java @@ -2071,7 +2071,8 @@ default ResponseEntity listIndices( * text/plain content might be returned by the server's middleware. (status code 400) or * Unauthorized. The request lacks valid authentication credentials for the operation. (status * code 401) or Forbidden. Authenticated user does not have the necessary permissions. (status - * code 403) or Not Acceptable / Unsupported Operation. The server does not support this + * code 403) or A server-side problem that means can not find the specified resource. (status + * code 404) or Not Acceptable / Unsupported Operation. The server does not support this * operation. (status code 406) or The service is not ready to handle the request. The client * should wait and retry. The service may additionally send a Retry-After header to indicate * when to retry. (status code 503) or A server-side problem that might not be addressable @@ -2119,6 +2120,14 @@ default ResponseEntity listIndices( mediaType = "application/json", schema = @Schema(implementation = ErrorResponse.class)) }), + @ApiResponse( + responseCode = "404", + description = "A server-side problem that means can not find the specified resource.", + content = { + @Content( + mediaType = "application/json", + schema = @Schema(implementation = ErrorResponse.class)) + }), @ApiResponse( responseCode = "406", description = @@ -2217,6 +2226,12 @@ default ResponseEntity listTables( ApiUtil.setExampleResponse(request, "application/json", exampleString); break; } + if (mediaType.isCompatibleWith(MediaType.valueOf("application/json"))) { + String exampleString = + "{ \"instance\" : \"/login/log/abc123\", \"detail\" : \"Authentication failed due to incorrect username or password\", \"type\" : \"/errors/incorrect-user-pass\", \"title\" : \"Incorrect username or password\", \"status\" : 404 }"; + ApiUtil.setExampleResponse(request, "application/json", exampleString); + break; + } } }); return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED); @@ -2608,7 +2623,8 @@ default ResponseEntity queryTable( * although in some cases simple text/plain content might be returned by the server's * middleware. (status code 400) or Unauthorized. The request lacks valid authentication * credentials for the operation. (status code 401) or Forbidden. Authenticated user does not - * have the necessary permissions. (status code 403) or Not Acceptable / Unsupported + * have the necessary permissions. (status code 403) or A server-side problem that means can + * not find the specified resource. (status code 404) or Not Acceptable / Unsupported * Operation. The server does not support this operation. (status code 406) or The request * conflicts with the current state of the target resource. (status code 409) or The service * is not ready to handle the request. The client should wait and retry. The service may @@ -2656,6 +2672,14 @@ default ResponseEntity queryTable( mediaType = "application/json", schema = @Schema(implementation = ErrorResponse.class)) }), + @ApiResponse( + responseCode = "404", + description = "A server-side problem that means can not find the specified resource.", + content = { + @Content( + mediaType = "application/json", + schema = @Schema(implementation = ErrorResponse.class)) + }), @ApiResponse( responseCode = "406", description = @@ -2770,6 +2794,12 @@ default ResponseEntity registerTable( ApiUtil.setExampleResponse(request, "application/json", exampleString); break; } + if (mediaType.isCompatibleWith(MediaType.valueOf("application/json"))) { + String exampleString = + "{ \"instance\" : \"/login/log/abc123\", \"detail\" : \"Authentication failed due to incorrect username or password\", \"type\" : \"/errors/incorrect-user-pass\", \"title\" : \"Incorrect username or password\", \"status\" : 404 }"; + ApiUtil.setExampleResponse(request, "application/json", exampleString); + break; + } } }); return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED); diff --git a/python/lance_namespace_urllib3_client/docs/NamespaceApi.md b/python/lance_namespace_urllib3_client/docs/NamespaceApi.md index 9f130358c..e111b4f31 100644 --- a/python/lance_namespace_urllib3_client/docs/NamespaceApi.md +++ b/python/lance_namespace_urllib3_client/docs/NamespaceApi.md @@ -90,6 +90,7 @@ No authorization required **400** | Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - | **401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - | **403** | Forbidden. Authenticated user does not have the necessary permissions. | - | +**404** | A server-side problem that means can not find the specified resource. | - | **406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - | **409** | The request conflicts with the current state of the target resource. | - | **503** | The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - | @@ -332,6 +333,7 @@ No authorization required **400** | Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - | **401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - | **403** | Forbidden. Authenticated user does not have the necessary permissions. | - | +**404** | A server-side problem that means can not find the specified resource. | - | **406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - | **503** | The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - | **5XX** | A server-side problem that might not be addressable from the client side. Used for server 5xx errors without more specific documentation in individual routes. | - | diff --git a/python/lance_namespace_urllib3_client/docs/TableApi.md b/python/lance_namespace_urllib3_client/docs/TableApi.md index 6f43f00e8..d254477d3 100644 --- a/python/lance_namespace_urllib3_client/docs/TableApi.md +++ b/python/lance_namespace_urllib3_client/docs/TableApi.md @@ -1045,6 +1045,7 @@ No authorization required **400** | Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - | **401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - | **403** | Forbidden. Authenticated user does not have the necessary permissions. | - | +**404** | A server-side problem that means can not find the specified resource. | - | **406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - | **503** | The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - | **5XX** | A server-side problem that might not be addressable from the client side. Used for server 5xx errors without more specific documentation in individual routes. | - | @@ -1285,6 +1286,7 @@ No authorization required **400** | Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - | **401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - | **403** | Forbidden. Authenticated user does not have the necessary permissions. | - | +**404** | A server-side problem that means can not find the specified resource. | - | **406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - | **409** | The request conflicts with the current state of the target resource. | - | **503** | The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - | diff --git a/python/lance_namespace_urllib3_client/lance_namespace_urllib3_client/api/namespace_api.py b/python/lance_namespace_urllib3_client/lance_namespace_urllib3_client/api/namespace_api.py index 1ef8976f6..54ff29ad7 100644 --- a/python/lance_namespace_urllib3_client/lance_namespace_urllib3_client/api/namespace_api.py +++ b/python/lance_namespace_urllib3_client/lance_namespace_urllib3_client/api/namespace_api.py @@ -114,6 +114,7 @@ def create_namespace( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '409': "ErrorResponse", '503': "ErrorResponse", @@ -196,6 +197,7 @@ def create_namespace_with_http_info( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '409': "ErrorResponse", '503': "ErrorResponse", @@ -278,6 +280,7 @@ def create_namespace_without_preload_content( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '409': "ErrorResponse", '503': "ErrorResponse", @@ -1089,6 +1092,7 @@ def list_namespaces( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '503': "ErrorResponse", '5XX': "ErrorResponse", @@ -1170,6 +1174,7 @@ def list_namespaces_with_http_info( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '503': "ErrorResponse", '5XX': "ErrorResponse", @@ -1251,6 +1256,7 @@ def list_namespaces_without_preload_content( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '503': "ErrorResponse", '5XX': "ErrorResponse", diff --git a/python/lance_namespace_urllib3_client/lance_namespace_urllib3_client/api/table_api.py b/python/lance_namespace_urllib3_client/lance_namespace_urllib3_client/api/table_api.py index 8ef62ca47..c462205ff 100644 --- a/python/lance_namespace_urllib3_client/lance_namespace_urllib3_client/api/table_api.py +++ b/python/lance_namespace_urllib3_client/lance_namespace_urllib3_client/api/table_api.py @@ -3938,6 +3938,7 @@ def list_tables( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '503': "ErrorResponse", '5XX': "ErrorResponse", @@ -4019,6 +4020,7 @@ def list_tables_with_http_info( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '503': "ErrorResponse", '5XX': "ErrorResponse", @@ -4100,6 +4102,7 @@ def list_tables_without_preload_content( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '503': "ErrorResponse", '5XX': "ErrorResponse", @@ -4933,6 +4936,7 @@ def register_table( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '409': "ErrorResponse", '503': "ErrorResponse", @@ -5015,6 +5019,7 @@ def register_table_with_http_info( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '409': "ErrorResponse", '503': "ErrorResponse", @@ -5097,6 +5102,7 @@ def register_table_without_preload_content( '400': "ErrorResponse", '401': "ErrorResponse", '403': "ErrorResponse", + '404': "ErrorResponse", '406': "ErrorResponse", '409': "ErrorResponse", '503': "ErrorResponse", diff --git a/rust/lance-namespace-reqwest-client/src/apis/namespace_api.rs b/rust/lance-namespace-reqwest-client/src/apis/namespace_api.rs index ec5fc3d56..722078711 100644 --- a/rust/lance-namespace-reqwest-client/src/apis/namespace_api.rs +++ b/rust/lance-namespace-reqwest-client/src/apis/namespace_api.rs @@ -22,6 +22,7 @@ pub enum CreateNamespaceError { Status400(models::ErrorResponse), Status401(models::ErrorResponse), Status403(models::ErrorResponse), + Status404(models::ErrorResponse), Status406(models::ErrorResponse), Status409(models::ErrorResponse), Status503(models::ErrorResponse), @@ -63,6 +64,7 @@ pub enum ListNamespacesError { Status400(models::ErrorResponse), Status401(models::ErrorResponse), Status403(models::ErrorResponse), + Status404(models::ErrorResponse), Status406(models::ErrorResponse), Status503(models::ErrorResponse), Status5XX(models::ErrorResponse), diff --git a/rust/lance-namespace-reqwest-client/src/apis/table_api.rs b/rust/lance-namespace-reqwest-client/src/apis/table_api.rs index 50a7f00b3..3fc4d547c 100644 --- a/rust/lance-namespace-reqwest-client/src/apis/table_api.rs +++ b/rust/lance-namespace-reqwest-client/src/apis/table_api.rs @@ -178,6 +178,7 @@ pub enum ListTablesError { Status400(models::ErrorResponse), Status401(models::ErrorResponse), Status403(models::ErrorResponse), + Status404(models::ErrorResponse), Status406(models::ErrorResponse), Status503(models::ErrorResponse), Status5XX(models::ErrorResponse), @@ -217,6 +218,7 @@ pub enum RegisterTableError { Status400(models::ErrorResponse), Status401(models::ErrorResponse), Status403(models::ErrorResponse), + Status404(models::ErrorResponse), Status406(models::ErrorResponse), Status409(models::ErrorResponse), Status503(models::ErrorResponse),