TP1ConnectorError
- 〈このページの構成〉
TP1ConnectorErrorの概要
名前空間
Hitachi.OpenTP1.Connector
継承関係
System.Object +- Hitachi.OpenTP1.Connector.TP1ConnectorError
説明
TP1ConnectorErrorの概要の説明です。COBOL言語からの定数値のフィールドを使用する場合は,「付録B Connector .NETで利用できるクラスのフィールド」を参照して,対応する値を指定してください。
フィールドの一覧
|
名称 |
説明 |
|---|---|
|
Beginでの例外です。 |
|
|
バッファの状態が不正です。 |
|
|
Callでの例外です。 |
|
|
クラスのキャストが不正です。 |
|
|
Commitでの例外です。 |
|
|
構成ファイルが不正です。 |
|
|
分散トランザクション処理の例外です。 |
|
|
引数が不正です。 |
|
|
コネクションが不正です。 |
|
|
カスタムレコードが不正です。 |
|
|
入出力エラーです。 |
|
|
バッファプーリング機能を利用していない例外です。 |
|
|
電文格納データが不正です。 |
|
|
Openでの例外です。 |
|
|
プロトコルが不正です。 |
|
|
カスタムレコード生成時に発生したエラーです。 |
|
|
Receiveでの例外です。 |
|
|
Rollbackでの例外です。 |
|
|
Sendでの例外です。 |
|
|
トランザクション処理の例外です。 |
|
|
データ長が不正です。 |
フィールドの詳細
●DCCNNER_BEGIN
- 説明
-
Beginでの例外です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_BEGIN
- 【Visual Basicの場合】
Public Const DCCNNER_BEGIN As Integer
- 【J#の場合】
public static final int DCCNNER_BEGIN
●DCCNNER_BUF_STAT
- 説明
-
バッファの状態が不正です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_BUF_STAT
- 【Visual Basicの場合】
Public Const DCCNNER_BUF_STAT As Integer
- 【J#の場合】
public static final int DCCNNER_BUF_STAT
●DCCNNER_CALL
- 説明
-
Callでの例外です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_CALL
- 【Visual Basicの場合】
Public Const DCCNNER_CALL As Integer
- 【J#の場合】
public static final int DCCNNER_CALL
●DCCNNER_CAST
- 説明
-
クラスのキャストが不正です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_CAST
- 【Visual Basicの場合】
Public Const DCCNNER_CAST As Integer
- 【J#の場合】
public static final int DCCNNER_CAST
●DCCNNER_COMMIT
- 説明
-
Commitでの例外です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_COMMIT
- 【Visual Basicの場合】
Public Const DCCNNER_COMMIT As Integer
- 【J#の場合】
public static final int DCCNNER_COMMIT
●DCCNNER_CONF
- 説明
-
構成ファイルが不正です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_CONF
- 【Visual Basicの場合】
Public Const DCCNNER_CONF As Integer
- 【J#の場合】
public static final int DCCNNER_CONF
●DCCNNER_INVALID_ARGS
- 説明
-
引数が不正です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_INVALID_ARGS
- 【Visual Basicの場合】
Public Const DCCNNER_INVALID_ARGS As Integer
- 【J#の場合】
public static final int DCCNNER_INVALID_ARGS
●DCCNNER_INVALID_CONN
- 説明
-
コネクションが不正です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_INVALID_CONN
- 【Visual Basicの場合】
Public Const DCCNNER_INVALID_CONN As Integer
- 【J#の場合】
public static final int DCCNNER_INVALID_CONN
●DCCNNER_DISTRIBUTED_TRN
- 説明
-
分散トランザクション処理の例外です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_DISTRIBUTED_TRN
- 【Visual Basicの場合】
Public Const DCCNNER_DISTRIBUTED_TRN As Integer
- 【J#の場合】
public static final int DCCNNER_DISTRIBUTED_TRN
●DCCNNER_INVALID_CUSTOM_RECORD
- 説明
-
カスタムレコードが不正です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_INVALID_CUSTOM_RECORD
- 【Visual Basicの場合】
Public Const DCCNNER_INVALID_CUSTOM_RECORD As Integer
- 【J#の場合】
public static final int DCCNNER_INVALID_CUSTOM_RECORD
●DCCNNER_IOERR
- 説明
-
入出力エラーです。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_IOERR
- 【Visual Basicの場合】
Public Const DCCNNER_IOERR As Integer
- 【J#の場合】
public static final int DCCNNER_IOERR
●DCCNNER_NOT_USE_BUF
- 説明
-
バッファプーリング機能を利用していない例外です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_NOT_USE_BUF
- 【Visual Basicの場合】
Public Const DCCNNER_NOT_USE_BUF As Integer
- 【J#の場合】
public static final int DCCNNER_NOT_USE_BUF
●DCCNNER_OBJECT_NOT_DEFINED
- 説明
-
電文格納データが不正です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_OBJECT_NOT_DEFINED
- 【Visual Basicの場合】
Public Const DCCNNER_OBJECT_NOT_DEFINED As Integer
- 【J#の場合】
public static final int DCCNNER_OBJECT_NOT_DEFINED
●DCCNNER_OPEN
- 説明
-
Openでの例外です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_OPEN
- 【Visual Basicの場合】
Public Const DCCNNER_OPEN As Integer
- 【J#の場合】
public static final int DCCNNER_OPEN
●DCCNNER_PROTO
- 説明
-
プロトコルが不正です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_PROTO
- 【Visual Basicの場合】
Public Const DCCNNER_PROTO As Integer
- 【J#の場合】
public static final int DCCNNER_PROTO
●DCCNNER_RECORD_CREATE
- 説明
-
カスタムレコード生成時に発生したエラーです。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_RECORD_CREATE
- 【Visual Basicの場合】
Public Const DCCNNER_RECORD_CREATE As Integer
- 【J#の場合】
public static final int DCCNNER_RECORD_CREATE
●DCCNNER_RECV
- 説明
-
Receiveでの例外です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_RECV
- 【Visual Basicの場合】
Public Const DCCNNER_RECV As Integer
- 【J#の場合】
public static final int DCCNNER_RECV
●DCCNNER_ROLLBACK
- 説明
-
Rollbackでの例外です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_ROLLBACK
- 【Visual Basicの場合】
Public Const DCCNNER_ROLLBACK As Integer
- 【J#の場合】
public static final int DCCNNER_ROLLBACK
●DCCNNER_SEND
- 説明
-
Sendでの例外です。
- 宣言
-
- 【C#の場合】
public const int DCCNNER_SEND
- 【Visual Basicの場合】
Public Const DCCNNER_SEND As Integer
- 【J#の場合】
public static final int DCCNNER_SEND