{"record":{"id":"805f90621f678052","repo":"apache/flink","slug":"pos-805f90","errorCode":null,"errorMessage":"{pos}","messagePattern":"\\{pos\\}","errorType":"exception","errorClass":"IndexOutOfBoundsException","httpStatus":null,"severity":"error","filePath":"flink-core-api/src/main/java/org/apache/flink/api/java/tuple/Tuple4.java","lineNumber":105,"sourceCode":"    @Override\n    public int getArity() {\n        return 4;\n    }\n\n    @Override\n    @SuppressWarnings(\"unchecked\")\n    public <T> T getField(int pos) {\n        switch (pos) {\n            case 0:\n                return (T) this.f0;\n            case 1:\n                return (T) this.f1;\n            case 2:\n                return (T) this.f2;\n            case 3:\n                return (T) this.f3;\n            default:\n                throw new IndexOutOfBoundsException(String.valueOf(pos));\n        }\n    }\n\n    @Override\n    @SuppressWarnings(\"unchecked\")\n    public <T> void setField(T value, int pos) {\n        switch (pos) {\n            case 0:\n                this.f0 = (T0) value;\n                break;\n            case 1:\n                this.f1 = (T1) value;\n                break;\n            case 2:\n                this.f2 = (T2) value;\n                break;\n            case 3:\n                this.f3 = (T3) value;","sourceCodeStart":87,"sourceCodeEnd":123,"githubUrl":"https://github.com/apache/flink/blob/2f3c205e9266cb30240eb7f4fdab15cad629a70f/flink-core-api/src/main/java/org/apache/flink/api/java/tuple/Tuple4.java#L87-L123","documentation":"Error \"{pos}\" thrown in apache/flink.","triggerScenarios":"Triggered at runtime when the operation fails because: the reported value.","commonSituations":"Commonly caused by misconfiguration, missing dependencies or files, unsupported types or operations, or invalid user input leading to: the reported value.","solutions":["Address the cause reported by the error message: the reported value","Verify the inputs, configuration values, and classpath/dependency setup related to this operation, then retry."],"exampleFix":"Correct the condition described (\"the reported value\") and rerun the job or command.","handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"2f3c205e9266cb30240eb7f4fdab15cad629a70f","analyzedAt":"2026-08-14T08:48:24.518Z","schemaVersion":2},"datasetVersion":"2026-08-14T10:17:34.591Z"}