Skip to content

Commit 42c3676

Browse files
fix: use unroutable error code
1 parent 29a5d5e commit 42c3676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/lrm/client/composables/messageUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export function buildError({ distributionID, senderID, sourceMessage }) {
150150
const msg = buildMessage(
151151
{
152152
error: {
153-
errorCode: { statusCode: 700, statusString: 'INTERNAL_CLIENT_ERROR' },
153+
errorCode: { statusCode: 501, statusString: 'UNROUTABLE_MESSAGE' },
154154
errorCause: 'This message was rejected by the recipient.',
155155
referencedDistributionID: distributionID,
156156
sourceMessage,

0 commit comments

Comments
 (0)