CHW-4942 CLIDeviceCodeInvalid
missing or invalid device_code
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: missing or invalid device_code
HTTP status:400(client)
Problem. /device/poll received an empty or non-hex device_code
query parameter. Cause. Caller built the URL incorrectly. Fix.
Pass the device_code returned by /device/init verbatim. HTTP 400.