export const ERROR_CODES: Record = { UNAUTHORIZED: 'You must be logged in to access this resource', USER_FETCH_FAILED: 'An error occurred while fetching your user account', SUBSCRIPTION_FETCH_FAILED: 'An error occurred while fetching your subscription', UNKNOWN: 'An unknown error occurred', };