* Returns a message that explains why the current value is invalid. * @return {?string}
()
| 170 | * @return {?string} |
| 171 | */ |
| 172 | getMessage () { |
| 173 | return this._message |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Returns a message key identifying the reason the current value is invalid. |
no outgoing calls
no test coverage detected