diff --git a/README.md b/README.md index 7130a8e..527ba73 100644 --- a/README.md +++ b/README.md @@ -531,10 +531,10 @@ Below is a table of common gRPC status codes you might encounter when using the | gRPC Status Code | Meaning | xAI SDK/API Context | |---------------------------|------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------| | `UNKNOWN` | An unknown error occurred. | An unexpected issue occurred on the server side, not specifically related to the request. | -| `INVALID_ARGUMENT` | The client specified an invalid argument. | An invalid argument was provided to the model/endpoint, such as incorrect parameters or malformed input.| +| `INVALID_ARGUMENT` | The client specified an invalid argument. | An invalid argument was provided to the model/endpoint, such as incorrect parameters or malformed input. | | `DEADLINE_EXCEEDED` | The deadline for the request expired before the operation completed. | Raised if the request exceeds the timeout specified by the client (default is 1620 seconds, configurable during client instantiation). | | `NOT_FOUND` | A specified resource was not found. | A requested model or resource does not exist. | -| `PERMISSION_DENIED` | The caller does not have permission to execute the specified operation.| The API key is disabled, blocked, or lacks sufficient permissions to access a specific model or feature. | +| `PERMISSION_DENIED` | The caller does not have permission to execute the specified operation. | The API key is disabled, blocked, or lacks sufficient permissions to access a specific model or feature. | | `UNAUTHENTICATED` | The request does not have valid authentication credentials. | The API key is missing, invalid, or expired. | | `RESOURCE_EXHAUSTED` | A resource quota has been exceeded (e.g., rate limits). | The user has exceeded their API usage quota or rate limits for requests. | | `INTERNAL` | An internal error occurred. | An internal server error occurred on the xAI API side. | @@ -585,4 +585,4 @@ The xAI SDK is distributed under the Apache-2.0 License ## Contributing -See the [documentation](/CONTRIBUTING.md) on contributing to this project. \ No newline at end of file +See the [documentation](/CONTRIBUTING.md) on contributing to this project.