DefaultErrorResponseError interface
錯誤模型。
屬性
code | 以程式設計方式識別錯誤的標準化字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
details | 詳細數據或錯誤 |
innererror | 偵錯錯誤的詳細資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
message | 詳細的錯誤描述和偵錯資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
target | 詳細的錯誤描述和偵錯資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
code
以程式設計方式識別錯誤的標準化字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。
code?: string
屬性值
string
details
innererror
偵錯錯誤的詳細資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。
innererror?: string
屬性值
string
message
詳細的錯誤描述和偵錯資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。
message?: string
屬性值
string
target
詳細的錯誤描述和偵錯資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。
target?: string
屬性值
string