Code=13 what means?

I have many batch-mode requests with status “JOB_STATE_SUCCEEDED” but really all responses are empty and have messages like

InlinedResponse(
        error=JobError(
          code=13,
          message='An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting'
        )
      ),

But link hasn’t answer what means “code 13”.

Also these responses doesn’t contain any info about tokens count. This means that no tokens were spent on these requests, right?

UPD: version Flash works for the same request, but Pro returns code=13

Hi @Andrey_Libman ,

Could you please let us know which specific Gemini model you are using?

I use Gemini 2.5 Pro. All day I have problem

I’m facing the same problem here :smiling_face_with_tear:, have you found any solution?