(PECL mongo >= 1.0.0)
データベースのファイルの読み書きでエラーが発生した場合にスローします。
コード | メッセージ | 原因 |
---|---|---|
3 | Could not open file $filename | 無効なファイル、たとえばディレクトリなどを格納しようとしました。 |
4 | File $filename is too large: $filesize bytes | GridFS の最大ファイルサイズは 4GB です。 |
5 | could not find filehandle | リソースがファイルハンドルを持っていません。 |
6 | no file is associate with this filehandle | ファイルリソースではありません。 |
7 | error setting up file: $filenames | ファイルを読み込み用にオープンできません。 |
9 | error reading file $filenames | ファイルの読み込みに失敗しました。 |
10 | error reading filehandle | リソースからの読み込みに失敗しました。 |
11 | could not find uploaded file %s | ファイル名が、アップロードされたファイルではないようです。 |
12 | Couldn't find tmp_name in the $_FILES array. Are you sure the upload worked? | ファイルのアップロードに失敗したようです。 |
13 | tmp_name was not a string or an array | 無効なファイル名が渡されました。 |
14 | couldn't find file size | length プロパティがありません。 |
15 | Cannot find filename | ファイル名が指定されておらず、filename プロパティも設定されていません。 |
16 | could not open destination file %s | 対象ファイルに書き込めません。 |
17 | error reading chunk of file | チャンクが壊れています。 |
18 | couldn't create a php_stream | ストリームリソースを作れません。 |
19 | couldn't find property | チャンクが壊れています。 |
20 | chunk number has wrong size (size) when the max is maxchunksize | チャンクが予想より大きすぎます。 |
21 | chunk has wrong format | チャンクが壊れています。 |