export const IdLinkBeErrors = { ServiceAccountCreateError: { message: 'An error occurred when creating the Service Account.', code: 'SERVICE_ACCOUNT_CREATE_ERROR', }, AccessTokenGenerationError: { message: 'An error occurred when generating the access token.', code: 'ACCESS_TOKEN_GENERATION_ERROR', }, LongLivedTokenGenerationError: { message: 'An error occurred when generating the long lived token.', code: 'LONG_LIVED_TOKEN_GENERATION_ERROR', }, ServiceAccountSetupError: { message: 'An error occurred when setting up the service account with permissions.', code: 'SERVICE_ACCOUNT_SETUP_ERROR', }, ServiceAccountTokenGenerateError: { message: 'An error occurred when generating the Service Account token.', code: 'SERVICE_ACCOUNT_TOKEN_GENERATE_ERROR', }, PermissionSyncError: { message: 'An error occurred during permission synchronization.', code: 'PERMISSION_SYNC_ERROR', }, } as const;