exception documentation

class ParameterError(GenericError):

View In Hierarchy

A passed parameter to a command is invalid.

This is raised when the parameter passed to a request function is invalid. Correct code should have verified this before passing the request structure.

The argument to this exception should be the parameter name.