Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

NO-TICKET: add new auth error message #216

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/gsuite/clients/GSuiteClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { retry } from '@lifeomic/attempt';
export const authorizationErrorResponses = [
'Not Authorized to access this resource/api',
'The caller does not have permission',
'Provider authorization failed at',
];

export type PageableGaxiosResponse<T> = GaxiosResponse<
Expand Down
Loading