Longman\TelegramBot\Entities\ServerResponse::printError PHP Method

printError() public method

Print error
public printError ( ) : string
return string
    public function printError()
    {
        return 'Error N: ' . $this->getErrorCode() . ' Description: ' . $this->getDescription();
    }