Fixes an error retrieving header if the data is `[null]`
A NoDataException
is thrown if [null]
is passed to process()
to prevent an error retrieving structure details (headers) for such data. An array of multiple nulls will still fail.
A NoDataException
is thrown if [null]
is passed to process()
to prevent an error retrieving structure details (headers) for such data. An array of multiple nulls will still fail.