Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1333 - JadeBytes not empty

1333   JadeBytes not empty

Cause

This error is raised by methods of the JadeBytes class that require that the receiver has no data content; that is, the JadeBytes object is empty. For example, it is not valid to call the allocate method on a JadeBytes object that has been allocated or loaded with data.

Action

If you need to change the allocation size of a JadeBytes object, use the grow or the truncate method.