aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract/MCErrorMessage.h
blob: 12abd97bdcc93a086e93ee1f3dc3a493b9d310e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MAILCORE_MCERRORMESSAGE_H

#define MAILCORE_MCERRORMESSAGE_H

#include <MailCore/MCBaseTypes.h>

namespace mailcore {
String * errorMessageWithErrorCode(ErrorCode errorCode);
}

#endif