Skip to content

Commit

Permalink
remove confusing implementation detail from error return comment
Browse files Browse the repository at this point in the history
  • Loading branch information
haruska committed Apr 5, 2024
1 parent adbc16e commit 675ff33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pinecone/management_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ func NewManagementClient(in NewManagementClientParams) (*ManagementClient, error
// - 500 Internal Server Error: Indicates a server-side error. It might be temporary.
// - 4XX: Covers other client-side errors not explicitly handled by other conditions.
//
// In case of a successful response but with unexpected format or empty data,
// it returns an error indicating the unexpected response format.
//
// Context (ctx) is used to control the request's lifetime. It allows for the request
// to be canceled or to timeout according to the context's deadline.
//
Expand Down

0 comments on commit 675ff33

Please sign in to comment.