Skip to content

Commit

Permalink
fix: ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed May 20, 2024
1 parent 74335fc commit 57248f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/api/src/graphql/error-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ export const mapError = (error: ApplicationError): CustomGraphQLError => {
case "UnknownPineconeError":
case "CallbackServiceError":
case "ChatAssistantNotFoundError":
case "TimeoutAssistantError":
message = `Unknown error occurred (code: ${error.name})`
return new UnknownClientError({ message, logger: baseLogger })

Expand Down

0 comments on commit 57248f4

Please sign in to comment.