Throw exception when an unknown error is caught on messaging sync (#5782)
As per title for this one ;)
This commit is contained in:
@ -100,7 +100,9 @@ export class MessagingErrorHandlingService {
|
|||||||
messageChannel.id,
|
messageChannel.id,
|
||||||
workspaceId,
|
workspaceId,
|
||||||
);
|
);
|
||||||
break;
|
throw new Error(
|
||||||
|
`Unhandled Gmail error code ${code} with reason ${reason}`,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user