ValidateProbeOutput interface
驗證探查 API 的輸出。
屬性
error |
指定不接受探查 URL 時的錯誤碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
is |
指出是否接受探查 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
message | 詳細的錯誤訊息,描述為何不接受探查 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
errorCode
指定不接受探查 URL 時的錯誤碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
errorCode?: string
屬性值
string
isValid
指出是否接受探查 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。
isValid?: boolean
屬性值
boolean
message
詳細的錯誤訊息,描述為何不接受探查 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。
message?: string
屬性值
string