dsrc isn't necessary for this repo
[client-tools.git] / src / external / 3rd / library / perforce / include / msgclient.h
blob9e3a23cc877a1afee5d5a19f5193e4cadb359dfe
1 /*
2 * Copyright 1995, 2000 Perforce Software. All rights reserved.
4 * This file is part of Perforce - the FAST SCM System.
5 */
7 /*
8 * msgclient.h - definitions of errors for client subsystem.
9 */
11 class MsgClient {
13 public:
15 static ErrorId Connect;
16 static ErrorId BadFlag;
17 static ErrorId Fatal;
18 static ErrorId ClobberFile;
19 static ErrorId MkDir;
20 static ErrorId Eof;
21 static ErrorId CantEdit;
22 static ErrorId NoMerger;
24 static ErrorId ToolServer2;
25 static ErrorId ToolServer;
26 static ErrorId ToolCmdCreate;
27 static ErrorId ToolCmdSend;
28 static ErrorId Memory;
29 static ErrorId CantFindApp;
30 static ErrorId BadSignature;
32 static ErrorId ResolveManually;
33 static ErrorId NonTextFileMerge;
35 static ErrorId MergeMsg2;
36 static ErrorId MergeMsg3;
37 static ErrorId MergeMsg32;
38 static ErrorId MergePrompt;
39 static ErrorId MergePrompt2;
40 static ErrorId MergePrompt2Edit;
42 static ErrorId ConfirmMarkers;
43 static ErrorId ConfirmEdit;
44 static ErrorId Confirm;
45 } ;