Adobe's runtIme error documentation doesn't specify error code 2007 yet it gets raised here and there from time to time for different reasons. The commonality among them seems to be when an API is specifically rejecting a parameter due to it being null. This is opposed to trying to access a null reference. My guess is that this is similar to an InvalidArgumentException in Java, but nothing I come across confirms that.
Anyone with knowledge at this depth?