MailTransport::ErrorAttribute

Search for usage in LXR

MailTransport::ErrorAttribute Class Reference

#include <errorattribute.h>

Inheritance diagram for MailTransport::ErrorAttribute:

Public Member Functions

 ErrorAttribute (const QString &msg=QString())
 
 ~ErrorAttribute () override
 
ErrorAttributeclone () const override
 
void deserialize (const QByteArray &data) override
 
QString message () const
 
QByteArray serialized () const override
 
void setMessage (const QString &msg)
 
QByteArray type () const override
 

Additional Inherited Members

- Public Types inherited from Akonadi::Attribute
typedef QList< Attribute * > List
 

Detailed Description

An Attribute to mark messages that failed to be sent.

This attribute contains the error message encountered.

Author
Constantin Berzan exit3[email protected][email protected][email protected]gmail[email protected].com
Since
4.4

Definition at line 29 of file errorattribute.h.

Constructor & Destructor Documentation

◆ ErrorAttribute()

ErrorAttribute::ErrorAttribute ( const QString msg = QString())
explicit

Creates a new error attribute.

Parameters
msgThe i18n'ed error message.

Definition at line 18 of file errorattribute.cpp.

◆ ~ErrorAttribute()

ErrorAttribute::~ErrorAttribute ( )
overridedefault

Destroys the error attribute.

Member Function Documentation

◆ message()

QString ErrorAttribute::message ( ) const

Returns the i18n'ed error message.

Definition at line 47 of file errorattribute.cpp.

◆ setMessage()

void ErrorAttribute::setMessage ( const QString msg)

Sets the i18n'ed error message.

Definition at line 52 of file errorattribute.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:23:13 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.