错误码列表
更新时间 2026-08-17 09:47:30
最近更新时间: 2026-08-17 09:47:30
本节主要介绍远程协助的错误码。
| HTTP status | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
| 400 | CanNotConnectToServer | Cannot connect to the server IP[:port]. | 无法连接指定的服务器。 |
| 400 | InvalidHost | The host is invalid. | host无效。 |
| 400 | MissingRemoteAccessHost | Value null at 'host' failed to satisfy constraint: Argument must not be null. | 启用远程协助时,host不能为空。 |
| 404 | NoSuchRemoteAccessConfiguration | Remote access is not configured. | 没有配置远程协助。 |
| 409 | RemoteAccessAlreadyEnabled | Remote access to the Host:Port has been enabled, and the remote access code is: CODE. If you want to change the Host and Port, please disable the remote access first. | 已经启用了远程协助,再次启用时Host、Port和第一次填写的不一致。 |