{"record":{"id":"a2f7bc71f5b43294","repo":"antiwork/gumroad","slug":"something-went-wrong-a2f7bc","errorCode":null,"errorMessage":"Something went wrong.","messagePattern":"Something went wrong\\.","errorType":"exception","errorClass":"ResponseError","httpStatus":null,"severity":"error","filePath":"app/javascript/data/charge.ts","lineNumber":23,"sourceCode":"export const lookupCharges = async (data: {\n  email: string;\n  last4: string | null;\n  year: string | null;\n  month: string | null;\n}) => {\n  const response = await request({\n    method: \"GET\",\n    accept: \"json\",\n    url: Routes.charge_data_path({\n      email: data.email,\n      last_4: data.last4,\n      year: data.year,\n      month: data.month,\n      format: \"json\",\n    }),\n  });\n  if (response.ok) return typia.assert<{ success: boolean }>(await response.json());\n  throw new ResponseError();\n};\n\nexport const lookupLicenseKey = async (data: {\n  email: string;\n  productQuery: string | null;\n  year: string | null;\n  month: string | null;\n}) => {\n  const response = await request({\n    method: \"GET\",\n    accept: \"json\",\n    url: Routes.license_key_lookup_data_path({\n      email: data.email,\n      product_query: data.productQuery,\n      year: data.year,\n      month: data.month,\n      format: \"json\",\n    }),","sourceCodeStart":5,"sourceCodeEnd":41,"githubUrl":"https://github.com/antiwork/gumroad/blob/afeacbd394069a1cbf0c6c50ee8e900925050370/app/javascript/data/charge.ts#L5-L41","documentation":"Error \"Something went wrong.\" thrown in antiwork/gumroad.","triggerScenarios":"Thrown at app/javascript/data/charge.ts:23 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"afeacbd394069a1cbf0c6c50ee8e900925050370","analyzedAt":"2026-08-21T17:58:52.159Z","schemaVersion":2},"datasetVersion":"2026-08-21T18:17:14.833Z"}