共用方式為


ValidationResponseErrorInfo interface

驗證結果失敗的詳細數據

屬性

code

錯誤碼,指出驗證失敗的原因注意:此屬性將不會串行化。 它只能由伺服器填入。

message

指出驗證失敗原因的訊息注意:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

code

錯誤碼,指出驗證失敗的原因注意:此屬性將不會串行化。 它只能由伺服器填入。

code?: string

屬性值

string

message

指出驗證失敗原因的訊息注意:此屬性將不會串行化。 它只能由伺服器填入。

message?: string

屬性值

string