Inconsistent error numbers returned for invalid extent arguments
When Repository methods such as Repository>>fileSizeOfExtent: and
Repository>>freeSpaceInExtent: are passed invalid extent arguments,
the error returned will depend on if the session executing the method
is linked or RPC. Error #2040 results when executed in a linked
session, and error #2025 when executed in an RPC session.
Workaround:
none/not applicable