MCPcopy Index your code
hub / github.com/slackapi/node-slack-sdk / noReplyReceivedError

Function noReplyReceivedError

packages/rtm-api/src/errors.ts:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 * A factory to create RTMNoReplyReceivedError objects.
87 */
88export function noReplyReceivedError(): RTMNoReplyReceivedError {
89 return errorWithCode(
90 new Error('Message sent but no server acknowledgement was received. This may be caused by the client ' +
91 'changing connection state rather than any issue with the specific message. Check before resending.'),
92 ErrorCode.NoReplyReceivedError,
93 ) as RTMNoReplyReceivedError;
94}
95
96 /**
97 * A factory to create RTMSendWhileDisconnectedError objects.

Callers 1

awaitReplyTaskMethod · 0.90

Calls 1

errorWithCodeFunction · 0.70

Tested by

no test coverage detected