You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/lance-catalog-apache-client/docs/NamespaceApi.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ No authorization required
78
78
|**401**| Unauthorized. The request lacks valid authentication credentials for the operation. | - |
79
79
|**403**| Forbidden. Authenticated user does not have the necessary permissions. | - |
80
80
|**406**| Not Acceptable / Unsupported Operation. The server does not support this operation. | - |
81
+
|**409**| The request conflicts with the current state of the target resource. | - |
81
82
|**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. | - |
82
83
|**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. | - |
83
84
@@ -147,6 +148,7 @@ No authorization required
147
148
|**401**| Unauthorized. The request lacks valid authentication credentials for the operation. | - |
148
149
|**403**| Forbidden. Authenticated user does not have the necessary permissions. | - |
149
150
|**404**| A server-side problem that means can not find the specified resource. | - |
151
+
|**409**| The request conflicts with the current state of the target resource. | - |
150
152
|**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. | - |
151
153
|**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. | - |
Copy file name to clipboardExpand all lines: java/lance-catalog-apache-client/docs/TableApi.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ No authorization required
151
151
|**401**| Unauthorized. The request lacks valid authentication credentials for the operation. | - |
152
152
|**403**| Forbidden. Authenticated user does not have the necessary permissions. | - |
153
153
|**406**| Not Acceptable / Unsupported Operation. The server does not support this operation. | - |
154
+
|**409**| The request conflicts with the current state of the target resource. | - |
154
155
|**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. | - |
155
156
|**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. | - |
Copy file name to clipboardExpand all lines: java/lance-catalog-springboot-server/src/main/java/com/lancedb/lance/catalog/server/springboot/api/NamespaceApi.java
Copy file name to clipboardExpand all lines: java/lance-catalog-springboot-server/src/main/java/com/lancedb/lance/catalog/server/springboot/api/TableApi.java
Copy file name to clipboardExpand all lines: python/lance_catalog_urllib3_client/docs/NamespaceApi.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ No authorization required
79
79
**401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - |
80
80
**403** | Forbidden. Authenticated user does not have the necessary permissions. | - |
81
81
**406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - |
82
+
**409** | The request conflicts with the current state of the target resource. | - |
82
83
**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. | - |
83
84
**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. | - |
84
85
@@ -148,6 +149,7 @@ No authorization required
148
149
**401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - |
149
150
**403** | Forbidden. Authenticated user does not have the necessary permissions. | - |
150
151
**404** | A server-side problem that means can not find the specified resource. | - |
152
+
**409** | The request conflicts with the current state of the target resource. | - |
151
153
**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. | - |
152
154
**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. | - |
Copy file name to clipboardExpand all lines: python/lance_catalog_urllib3_client/docs/TableApi.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,7 @@ No authorization required
154
154
**401** | Unauthorized. The request lacks valid authentication credentials for the operation. | - |
155
155
**403** | Forbidden. Authenticated user does not have the necessary permissions. | - |
156
156
**406** | Not Acceptable / Unsupported Operation. The server does not support this operation. | - |
157
+
**409** | The request conflicts with the current state of the target resource. | - |
157
158
**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. | - |
158
159
**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. | - |
0 commit comments