Skip to content

status+me.virmesh.http.invalid_url

URL として解釈できない値が送られたことを示します。

errorstable

Description

この status は URL field が absolute URL の要件を満たさない場合に返ります。 updateHandle では payload.playerServer の検証失敗に使われます。

When this happens

  • URL 文字列が構文的に不正
  • protocol が http または https ではない

Payload

payload.messagestringRequired

実装依存の詳細メッセージです。

Examples

playerServer is invalid

{
  "status": "status+me.virmesh.http.invalid_url",
  "payload": {
    "message": "payload.playerServer must be an absolute http or https URL."
  }
}

Client handling

  • URL を absolute http または https に修正する

Related statuses

Referenced by

HTTPAPIAction
400me.virmesh.handle.updateHandleme.virmesh.handle.updateHandle