stderror.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef KSYNC_STDERROR_H
00022 #define KSYNC_STDERROR_H
00023
00024 #include "error.h"
00025
00026 namespace KSync {
00027
00028 struct StdError
00029 {
00030 static Error connectionLost();
00031 static Error wrongPassword();
00032 static Error authenticationError();
00033 static Error wrongUser( const QString &user = QString::null );
00034 static Error wrongIP();
00035 static Error couldNotConnect();
00036 static Error downloadError( const QString & );
00037 static Error uploadError( const QString & );
00038 static Error konnectorDoesNotExist();
00039 static Error backupNotSupported();
00040 static Error restoreNotSupported();
00041 static Error downloadNotSupported();
00042 };
00043
00044 }
00045 #endif
This file is part of the documentation for kitchensync Library Version 3.3.2.