libphonenumber\NumberParseException::getErrorType PHP Method

getErrorType() public method

Returns the error type of the exception that has been thrown.
public getErrorType ( )
    public function getErrorType()
    {
        return $this->errorType;
    }