ManagedIntegrationRuntimeError interface
Managed 整合運行時間的錯誤定義。
屬性
code | 錯誤碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
message | 錯誤資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
parameters | 受控整合運行時間錯誤參數。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
time | 發生錯誤的時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
code
錯誤碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
code?: string
屬性值
string
message
錯誤資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。
message?: string
屬性值
string
parameters
受控整合運行時間錯誤參數。 注意:這個屬性不會串行化。 它只能由伺服器填入。
parameters?: string[]
屬性值
string[]
time
發生錯誤的時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。
time?: Date
屬性值
Date