ERROR | delete element operation is not allowed for variable-length array |
CAUSE | Trying to delete an element of a variable-length array. |
ACTION | Ensure that the collection is not a variable-length array prior to calling this function. |
ERROR | delete element operation is not allowed for variable-length array |
CAUSE | Trying to delete an element of a variable-length array. |
ACTION | Ensure that the collection is not a variable-length array prior to calling this function. |