We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8b3f2 commit f3d7c6dCopy full SHA for f3d7c6d
components/microsoft_outlook/microsoft_outlook.app.mjs
@@ -279,7 +279,7 @@ export default {
279
try {
280
return await axios($ ?? this, config);
281
} catch (error) {
282
- if (error.response.status === 403) {
+ if (error?.response?.status === 403) {
283
throw new Error("Insufficient permissions. Please verify that your Microsoft account has the necessary permissions to perform this operation.");
284
}
285
throw error;
0 commit comments