Invalid use of unpack (2)

Official Description

6.6.5.4 For unpack, it is an error if any of the components of the packed array are undefined.

Simplified Description

The unpack procedure transfers all of the elements of the packed array into the unpacked array, so it is an error if any of the elements of the packed array are undefined.

Error Handling

This error is never reported.