次の方法で共有


DocumentIntelligenceErrorOutput interface

エラー オブジェクト。

プロパティ

code

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

details

この報告されたエラーの原因となった特定のエラーに関する詳細の配列。

innererror

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

message

エラーの人間が判読できる表現。

target

エラーのターゲット。

プロパティの詳細

code

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

code: string

プロパティ値

string

details

この報告されたエラーの原因となった特定のエラーに関する詳細の配列。

details?: DocumentIntelligenceErrorOutput[]

プロパティ値

innererror

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

innererror?: DocumentIntelligenceInnerErrorOutput

プロパティ値

message

エラーの人間が判読できる表現。

message: string

プロパティ値

string

target

エラーのターゲット。

target?: string

プロパティ値

string