diff --git a/xata/api_response.py b/xata/api_response.py index 6a90838..621b436 100644 --- a/xata/api_response.py +++ b/xata/api_response.py @@ -44,7 +44,7 @@ def server_message(self) -> Union[str, None]: """ Get the server message from the response, if you need the error message please the property error_message. This channel is only relevant for - deprecation messages or other meta information from Xata + deprecation messages or other meta information from Xata. :returns str | None """ return self.headers["x-xata-message"] if "x-xata-message" in self.headers else None