ValidateProbeOutput interface
驗證探查 API 的輸出。
屬性詳細資料
errorCode
指定不接受探查 URL 時的錯誤碼。
errorCode?: string
屬性值
string
isValid
指出是否接受探查 URL。
isValid?: boolean
屬性值
boolean
message
詳細的錯誤訊息,描述為何不接受探查 URL。
message?: string
屬性值
string