次の方法で共有


ErrorResponse クラス

定義

発生したエラーについて説明します。

public class ErrorResponse
type ErrorResponse = class
Public Class ErrorResponse
継承
ErrorResponse

コンストラクター

ErrorResponse()

ErrorResponse クラスの新しいインスタンスを初期化します。

ErrorResponse(String, String)

ErrorResponse クラスの新しいインスタンスを初期化します。

プロパティ

Code

発生したエラーに関連付けられているエラー コードを取得します。

Message

Gets は、エラーについて詳しく説明します。

適用対象