- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>error_message (P4Trigger)</title>
- <link rel=StyleSheet href="../.././rdoc-style.css" type="text/css" media="screen" />
- </head>
- <body bgcolor="white">
- <pre><span class="cmt"># File P4Triggers.rb, line 207</span>
- <span class="kw">def</span> error_message()
- <span class="str">"An error was encountered during trigger execution. Please\n"</span> +
- <span class="str">"contact your Perforce administrator and ask them to\n"</span> +
- <span class="str">"investigate the cause of this error\n"</span>
- <span class="kw">end</span></pre>
- </body>
- </html>
# |
Change |
User |
Description |
Committed |
|
#1
|
3637 |
Tony Smith |
Add RDoc documentation to the sample triggers. |
21 years ago
|
|