{"record":{"id":"ff228f9b929fc0e5","repo":"octobercms/october","slug":"the-max-value-parameter-is-not-defined-in-the-tabl-ff228f","errorCode":null,"errorMessage":"The max.value parameter is not defined in the table Inspector validator configuration","messagePattern":"The max\\.value parameter is not defined in the table Inspector validator configuration","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"modules/backend/vuecomponents/inspector/assets/js/classes/validators/number-base.js","lineNumber":20,"sourceCode":"\nexport class NumberBaseValidator extends BaseValidator {\n    doCommonChecks(value) {\n        if (this.options.min !== undefined || this.options.max !== undefined) {\n            if (this.options.min !== undefined) {\n                if (this.options.min.value === undefined) {\n                    throw new Error('The min.value parameter is not defined in the Inspector validator configuration');\n                }\n\n                if (value < this.options.min.value) {\n                    return this.options.min.message !== undefined ?\n                        this.options.min.message :\n                        \"The value should not be less than \" + this.options.min.value;\n                }\n            }\n\n            if (this.options.max !== undefined) {\n                if (this.options.max.value === undefined) {\n                    throw new Error('The max.value parameter is not defined in the table Inspector validator configuration');\n                }\n\n                if (value > this.options.max.value) {\n                    return this.options.max.message !== undefined ?\n                        this.options.max.message :\n                        \"The value should not be greater than \" + this.options.max.value;\n                }\n            }\n        }\n    }\n}\n\nexport default NumberBaseValidator;\n","sourceCodeStart":2,"sourceCodeEnd":34,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/backend/vuecomponents/inspector/assets/js/classes/validators/number-base.js#L2-L34","documentation":"Error \"The max.value parameter is not defined in the table Inspector validator configuration\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/backend/vuecomponents/inspector/assets/js/classes/validators/number-base.js:20 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":"b608633a7e8922487d91a8161499020121c3b3bf","analyzedAt":"2026-08-21T04:24:57.515Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}