Possible error messages:
Without Resource Bundle (default) |
|
With Resource Bundle |
|
Domain | Persistence.WriteOverLengthException |
Number | 23700 |
Label | WRITE_OVER_LENGTH |
Applicable Platform(s) | Android, BlackBerry, Windows Mobile |
When calling BigString or BigBinary.Write, the written data exceeded the allocated length of BigString or BigBinary.
When using openForWrite (length), allocate a larger size for BigString or BigBinary before calling write.