We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f12c1f commit cf114b7Copy full SHA for cf114b7
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Fields/IntegerField.inc
@@ -142,8 +142,8 @@ class IntegerField extends Field {
142
143
# Otherwise, the internal value cannot be represented by this Field. Throw an error.
144
throw new RESTAPI\Responses\ServerError(
145
- message: "Cannot parse IntegerField '$this->name' from internal because its internal value is not
146
- a numeric value. Consider changing this field to a StringField.",
+ message: "Cannot parse IntegerField '$this->name' from internal because its internal value is not a " .
+ "numeric value. Consider changing this field to a StringField.",
147
response_id: 'INTEGER_FIELD_WITH_NON_INTEGER_INTERNAL_VALUE',
148
);
149
}
0 commit comments