{"version":3,"file":"grpcError.fe7a344b.js","sources":["../../../../../../src/grpc/errorCodeTranslation.ts","../../../../../../src/lib/utils/grpcError.ts"],"sourcesContent":["export const errorCodeTranslation: Record = {\n\tUserNotFound: 'Invalid email or password',\n\t'error.enrichment.provider.not_found': 'Provider not found',\n\t'error.workspace.invitation.already': 'User already invited',\n\t'error.domain.malformated': 'Domain malformated',\n\t'error.linkedin.malformated': 'Linkedin malformated',\n\t'error.enrichment.field.already_enriched':\n\t\t'This field has been already enriched through all data providers'\n};\n","import type { UnaryOutput } from '@improbable-eng/grpc-web/dist/typings/unary';\nimport { errorCodeTranslation } from '../../grpc/errorCodeTranslation';\n\nexport function grpcError(functionName: string,args: IArguments, res: UnaryOutput) {\n return ({\n functionName,\n arguments: args,\n response: {\n status: res.status,\n statusMessage: errorCodeTranslation[res.statusMessage] || res.statusMessage,\n rawStatusMessage: res.statusMessage,\n message: res.message?.toObject() || res.message,\n }\n })\n}\n"],"names":["errorCodeTranslation","grpcError","functionName","args","res","_a"],"mappings":"mVAAO,MAAMA,EAA+C,CAC3D,aAAc,4BACd,sCAAuC,qBACvC,qCAAsC,uBACtC,2BAA4B,qBAC5B,6BAA8B,uBAC9B,0CACC,iEACF,ECLgB,SAAAC,EAAUC,EAAqBC,EAAkBC,EAA2B,OAClF,MAAA,CACN,aAAAF,EACA,UAAWC,EACX,SAAU,CACR,OAAQC,EAAI,OACZ,cAAeJ,EAAqBI,EAAI,aAAa,GAAKA,EAAI,cAC9D,iBAAkBA,EAAI,cACtB,UAASC,EAAAD,EAAI,UAAJ,YAAAC,EAAa,aAAcD,EAAI,OAC1C,CAAA,CAEJ"}