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 7da247b commit ec5aa7bCopy full SHA for ec5aa7b
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Fields/FloatField.inc
@@ -144,8 +144,8 @@ class FloatField extends RESTAPI\Core\Field {
144
145
# Otherwise, the internal value cannot be represented by this Field. Throw an error.
146
throw new RESTAPI\Responses\ServerError(
147
- message: "Cannot parse FloatField '$this->name' from internal because its internal value is not
148
- a numeric value. Consider changing this field to a StringField.",
+ message: "Cannot parse FloatField '$this->name' from internal because its internal value is not ".
+ "a numeric value. Consider changing this field to a StringField.",
149
response_id: 'FLOAT_FIELD_WITH_NON_FLOAT_INTERNAL_VALUE',
150
);
151
}
0 commit comments