次の方法で共有


InnerErrorModel interface

エラーに関するより具体的な情報を含むオブジェクト。 Microsoft One API のガイドラインに従って - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.

プロパティ

code

サーバー定義の一連のエラー コードの 1 つ。

details

エラーの詳細。

innererror

エラーに関する現在のオブジェクトよりも具体的な情報を含むオブジェクト。

message

エラーメッセージ。

target

エラーターゲット。

プロパティの詳細

code

サーバー定義の一連のエラー コードの 1 つ。

code: string

プロパティ値

string

details

エラーの詳細。

details?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

innererror

エラーに関する現在のオブジェクトよりも具体的な情報を含むオブジェクト。

innererror?: InnerErrorModel

プロパティ値

message

エラーメッセージ。

message: string

プロパティ値

string

target

エラーターゲット。

target?: string

プロパティ値

string