次の方法で共有


ErrorResponseError interface

error オブジェクト。

Extends

継承されたプロパティ

code

サーバー定義のエラー コードのセットの 1 つ。 使用できる値は、'BadArgument'、'Forbidden'、'NotFound'、'KbNotFound'、'Unauthorized'、'Unspecified'、'EndpointKeysError'、'QuotaExceededed'、'QnaRuntimeError'、'SKULimitExceeded'、'OperationNotFound'、'ServiceError'、'ValidationFailure'、'ExtractionFailure' です。

details

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

innerError

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

message

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

target

エラーのターゲット。

継承されたプロパティの詳細

code

サーバー定義のエラー コードのセットの 1 つ。 使用できる値は、'BadArgument'、'Forbidden'、'NotFound'、'KbNotFound'、'Unauthorized'、'Unspecified'、'EndpointKeysError'、'QuotaExceededed'、'QnaRuntimeError'、'SKULimitExceeded'、'OperationNotFound'、'ServiceError'、'ValidationFailure'、'ExtractionFailure' です。

code: ErrorCodeType

プロパティ値

ErrorModel.codeから継承

details

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

details?: ErrorModel[]

プロパティ値

ErrorModel.detailsから継承

innerError

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

innerError?: InnerErrorModel

プロパティ値

ErrorModel.innerErrorから継承

message

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

message?: string

プロパティ値

string

ErrorModel.messageから継承

target

エラーのターゲット。

target?: string

プロパティ値

string

ErrorModel.targetから継承