2 * Copyright 1995, 2000 Perforce Software. All rights reserved.
4 * This file is part of Perforce - the FAST SCM System.
8 * msgclient.h - definitions of errors for client subsystem.
15 static ErrorId Connect
;
16 static ErrorId BadFlag
;
18 static ErrorId ClobberFile
;
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
;