次の方法で共有


ResponseWithError クラス

定義

API からのエラー応答。

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

コンストラクター

ResponseWithError()

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

ResponseWithError(Error)

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

プロパティ

Error

エラー情報を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象