DocumentClientException クラス

定義

Azure Cosmos DB サービスのクライアント例外の基本クラス。

public class DocumentClientException : Exception
type DocumentClientException = class
    inherit Exception
Public Class DocumentClientException
Inherits Exception
継承
DocumentClientException
派生

プロパティ

ActivityId

Azure Cosmos DB サービスからの要求に関連付けられているアクティビティ ID を取得します。

Error

Azure Cosmos DB サービスの例外に関連付けられているエラー コードを取得します。

Message

Azure Cosmos DB サービスからの現在の例外を説明するメッセージを取得します。

RequestCharge

Azure Cosmos DB サービスでの要求のコスト。

ResponseHeaders

Azure Cosmos DB サービスからの応答に関連付けられているヘッダーを取得します。

RetryAfter

クライアントが Azure Cosmos DB サービスからの失敗した要求を再試行できる推奨時間間隔を取得します

ScriptLog

スクリプト ログが有効になっている場合に、サーバー側の scripts ステートメントから console.log 出力を取得します。

StatusCode

Azure Cosmos DB サービスの要求状態コードを取得または設定します。

適用対象