ErrorModel interface
error オブジェクト。 Microsoft One API のガイドラインに従って - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses。
プロパティ
code | サーバー定義のエラー コードのセットの 1 つ。 使用できる値は、'BadArgument'、'Forbidden'、'NotFound'、'KbNotFound'、'Unauthorized'、'Unspecified'、'EndpointKeysError'、'QuotaExceededed'、'QnaRuntimeError'、'SKULimitExceeded'、'OperationNotFound'、'ServiceError'、'ValidationFailure'、'ExtractionFailure' です。 |
details | この報告されたエラーの原因となった特定のエラーに関する詳細の配列。 |
inner |
エラーに関する現在のオブジェクトよりも具体的な情報を含む オブジェクト。 |
message | エラーの人間が判読できる表現。 |
target | エラーのターゲット。 |
プロパティの詳細
code
サーバー定義のエラー コードのセットの 1 つ。 使用できる値は、'BadArgument'、'Forbidden'、'NotFound'、'KbNotFound'、'Unauthorized'、'Unspecified'、'EndpointKeysError'、'QuotaExceededed'、'QnaRuntimeError'、'SKULimitExceeded'、'OperationNotFound'、'ServiceError'、'ValidationFailure'、'ExtractionFailure' です。
code: ErrorCodeType
プロパティ値
details
innerError
message
エラーの人間が判読できる表現。
message?: string
プロパティ値
string
target
エラーのターゲット。
target?: string
プロパティ値
string