Oracle Solution for Error ora-14261

Solution for Oracle Error ORA-14261

ORA-14261: partition bound may not be specified when adding this Hash partition

What triggered the Error:

User specified VALUES LESS THAN clause when adding a partition (via ALTER TABLE ADD PARTITION) to a Hash partitioned table which is illegal

What should we do to fix it:

Remove VALUES LESS THAN clause from the description of partition being added