KMBR24002-E <D>
構造体SDBR_PATHLISTに指定したpItemの%1番目に指定した要素でエラーになりました。
詳細1:%2
詳細2:%3
An error occurred by the number %1 element of the specified pItem of the specified structure SDBR_PATHLIST.
Details1:%2
Details2:%3
表5-2 %2に出力される詳細別の要因一覧
項番 | 詳細 | エラーの要因 |
---|---|---|
1 | FilePath is NULL. | ファイルパスにNULLを指定しています。 |
2 | FileName is too long. | ファイル名の長さが256バイト以上です。 |
3 | ComponentType is too long. | コンポーネントタイプの文字列長が256バイト以上です。 |
4 | File is not found. | 指定したファイルがありません。 |
5 | Access Denied. | 指定したファイルにアクセスできません。 |
6 | URL is invalid. | 指定したURLが不正です。 |
7 | File open failed. | 関数openまたはfopenでファイルのオープンに失敗しました。 |
8 | File read failed. | 関数freadでファイルの読み込みに失敗しました。 |
9 | File seek failed. | 関数lseekでファイルのシークに失敗しました。 |
10 | File close failed. | 関数closeまたはfcloseでファイルのクローズに失敗しました。 |