共用方式為


MonitorPropertiesErrors interface

定義 SAP 監視器錯誤。

Extends

繼承的屬性

code

伺服器定義的錯誤碼集。 注意:這個屬性不會串行化。 它只能由伺服器填入。

details

導致此錯誤之特定錯誤的詳細數據陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。

innerError

物件,包含比目前對象有關錯誤更具體的資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

message

人類可讀取的錯誤表示法。 注意:這個屬性不會串行化。 它只能由伺服器填入。

target

錯誤的目標。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性詳細資料

code

伺服器定義的錯誤碼集。 注意:這個屬性不會串行化。 它只能由伺服器填入。

code?: string

屬性值

string

繼承自ErrorModel.code

details

導致此錯誤之特定錯誤的詳細數據陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。

details?: ErrorModel[]

屬性值

繼承自ErrorModel.details

innerError

物件,包含比目前對象有關錯誤更具體的資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

innerError?: ErrorInnerError

屬性值

繼承自ErrorModel.innerError

message

人類可讀取的錯誤表示法。 注意:這個屬性不會串行化。 它只能由伺服器填入。

message?: string

屬性值

string

繼承自ErrorModel.message

target

錯誤的目標。 注意:這個屬性不會串行化。 它只能由伺服器填入。

target?: string

屬性值

string

繼承自ErrorModel.target