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: docs/python-sdk-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,4 +126,4 @@ with FsClient(host="10.0.0.1", port=8080) as client:
126
126
| ConflictError (409) | Attempting to register an existing function name | Call drop_function first or modify the task name. |
127
127
| BadRequestError (400) | YAML configuration does not meet specifications or Kafka parameters are incorrect | Check configuration items in WasmTaskBuilder. |
128
128
| ServerError (500) | Server-side runtime environment (e.g., RocksDB) exception | Check permissions of storage path in server conf/config.yaml. |
129
-
| NotFoundError (404) | Operating on a non-existent function or invalid Checkpoint | Confirm if the function name is correct. |
129
+
| NotFoundError (404) | Operating on a non-existent function or invalid Checkpoint | Confirm if the function name is correct. |
0 commit comments