Skip to content

Commit

Permalink
chore: change cancelled error message to remove the word server
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik151192 committed Nov 13, 2024
1 parent 5b1aab2 commit b3a76c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/errors/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class BadRequestError extends SdkError {
export class CancelledError extends SdkError {
override _errorCode = MomentoErrorCode.CANCELLED_ERROR;
override _messageWrapper =
'The request was cancelled, typically by the caller; please contact us at [email protected] ';
'The request was cancelled; please contact us at [email protected] ';
}

/**
Expand Down

0 comments on commit b3a76c3

Please sign in to comment.