次の方法で共有


BatchAIError interface

プロパティ

code

エラーの識別子。 コードは不変

details

に関するその他の詳細の一覧

message

エラーを説明するメッセージ。以下を目的としています。

プロパティの詳細

code

エラーの識別子。 コードは不変

code?: string

プロパティ値

string

details

に関するその他の詳細の一覧

details?: NameValuePair[]

プロパティ値

message

エラーを説明するメッセージ。以下を目的としています。

message?: string

プロパティ値

string