| ERROR | constructor method must return SELF AS RESULT |
| CAUSE | The return clause of the constructor method did not specify SELF AS RESULT. |
| ACTION | Change the return clause to include RETURN SELF AS RESULT. |
| ERROR | constructor method must return SELF AS RESULT |
| CAUSE | The return clause of the constructor method did not specify SELF AS RESULT. |
| ACTION | Change the return clause to include RETURN SELF AS RESULT. |