export default {
'401': 'error.authFailed',
'403': 'error.noPermission',
'404': 'error.notFound',
'default': 'error.default'
} as Record<string, string>