{"record":{"id":"6338e998e649314e","repo":"gatsbyjs/gatsby","slug":"badresponse","errorCode":"BadResponse","errorMessage":"Encountered errors. See above for details.","messagePattern":"Encountered errors\\. See above for details\\.","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"packages/gatsby-source-wordpress/src/utils/fetch-graphql.ts","lineNumber":120,"sourceCode":"  errorContext,\n}: IHandleErrors): Promise<void> => {\n  await handleErrorOptions({\n    variables,\n    query,\n    pluginOptions,\n    reporter,\n  })\n\n  if (!responseJSON) {\n    return\n  }\n\n  if (\n    !responseJSON.data ||\n    panicOnError ||\n    pluginOptions.debug.graphql.panicOnError\n  ) {\n    reporter.panic({\n      id: CODES.BadResponse,\n      context: {\n        sourceMessage: formatLogMessage(\n          errorContext || `Encountered errors. See above for details.`\n        ),\n      },\n    })\n  }\n}\n\ninterface IHandleGraphQLErrorsInput {\n  query: string\n  variables: IJSON\n  response: AxiosResponse\n  errorMap: IErrorMap\n  panicOnError: boolean\n  reporter: GatsbyReporter\n  errorContext: string","sourceCodeStart":102,"sourceCodeEnd":138,"githubUrl":"https://github.com/gatsbyjs/gatsby/blob/8b06340921ffdf23125a365b9c9923690cb62ce6/packages/gatsby-source-wordpress/src/utils/fetch-graphql.ts#L102-L138","documentation":"Error \"Encountered errors. See above for details.\" thrown in gatsbyjs/gatsby.","triggerScenarios":"Thrown at packages/gatsby-source-wordpress/src/utils/fetch-graphql.ts:120 when the library encounters an invalid state.","commonSituations":"Occurs at the end of a step when earlier errors were already reported. Review the errors logged above this message and fix the first root cause.","solutions":["Read the errors logged above this message; they contain the actual failure details.","Fix each reported error (usually a WordPress connectivity or plugin option problem) and rebuild."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"8b06340921ffdf23125a365b9c9923690cb62ce6","analyzedAt":"2026-08-13T02:36:21.405Z","schemaVersion":2},"datasetVersion":"2026-08-13T04:17:16.726Z"}