All problems
TMKR-5001
Warning
Vendor
Config field rejected — invalid value
A remote configuration change was refused because the value failed the robot's own validation rules.Configuration & symbols•Also known as: INVALID_VALUE, config_invalid_value
Symptoms
Experts log: "SDK Warning: Config field 'NAME' rejected. Reason: ...".
The change result reports error_code INVALID_VALUE.
Causes
The new value failed the field's type or constraint check defined in the robot's config schema.
How to fix it
1
Send a valid valueSubmit a value that satisfies the field's declared type and constraints. The robot's validate_field() reason explains why it was rejected.
2
Review the schemaIf valid values are being rejected, check the field definition (type, range, options) in your IRobotConfig schema.