エラーの詳細を格納するためのクラス
APIの定義書に未記載の内容を元にしているため、APIバージョンアップに伴い編集が必要な可能性あり
APIの定義書に未記載の内容を元にしているため、APIバージョンアップに伴い編集が必要な可能性あり
Inheritance Hierarchy
kintoneDotNET.API.TypeskintoneErrorDetail
Namespace: kintoneDotNET.API.Types
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
The kintoneErrorDetail type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | kintoneErrorDetail | Initializes a new instance of the kintoneErrorDetail class |
![]() | kintoneErrorDetail(String, ListString) | Initializes a new instance of the kintoneErrorDetail class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | 指定した Object が、現在の Object と等しいかどうかを判断します。 (Inherited from Object.) |
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。 (Inherited from Object.) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
Properties
Name | Description | |
---|---|---|
![]() | index |
エラーの発生したレコード位置
|
![]() | messages |
各フィールドで発生したエラーメッセージ
|
Remarks
See Also