ERROR | method string can be overridden only once per object type |
CAUSE | User tried to override the method more than once in the same subtype. |
ACTION | Either make this an extra overload by removing the OVERRIDING keyword where the method signature is different. The argument types should be reconsidered otherwise. |