共用方式為


InquiryValidation interface

在給定容器下查詢可保護專案的驗證。

屬性

additionalDetail

如果狀態為非成功,則為 [其他詳細資料] 錯誤。 注意:此屬性不會序列化。 它只能由伺服器填入。

errorDetail

如果狀態為非成功,錯誤詳細資料。

protectableItemCount

使用 key POType 儲存 ProtectableItems 計數的字典。 注意:此屬性不會序列化。 它只能由伺服器填入。

status

查詢驗證的狀態。

屬性詳細資料

additionalDetail

如果狀態為非成功,則為 [其他詳細資料] 錯誤。 注意:此屬性不會序列化。 它只能由伺服器填入。

additionalDetail?: string

屬性值

string

errorDetail

如果狀態為非成功,錯誤詳細資料。

errorDetail?: ErrorDetail

屬性值

protectableItemCount

使用 key POType 儲存 ProtectableItems 計數的字典。 注意:此屬性不會序列化。 它只能由伺服器填入。

protectableItemCount?: Record<string, unknown>

屬性值

Record<string, unknown>

status

查詢驗證的狀態。

status?: string

屬性值

string