1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7<title>Summary</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/Result/Overview.html">Result</a>::Summary</CODE> Enumerated Type</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">#include &lt;nn/Result.h&gt;
14
15enum Summary;
16</pre>
17    </div>
18<h2>Value</h2>
19    <div class="section">
20      <table class="arguments">
21        <thead>
22          <tr>
23<th>Value</th>
24<td>Description</td>
25          </tr>
26        </thead>
27        <tr>
28<th><CODE>SUMMARY_SUCCESS</CODE></th>
29<td>Process succeeded.</td>
30        </tr>
31        <tr>
32<th><CODE>SUMMARY_NOTHING_HAPPENED</CODE></th>
33<td>Nothing happened.</td>
34        </tr>
35        <tr>
36<th><CODE>SUMMARY_WOULD_BLOCK</CODE></th>
37<td>Process can block.</td>
38        </tr>
39        <tr>
40<th><CODE>SUMMARY_OUT_OF_RESOURCE</CODE></th>
41<td>Cannot allocate required resources for processing.</td>
42        </tr>
43        <tr>
44<th><CODE>SUMMARY_NOT_FOUND</CODE></th>
45<td>Target not found.</td>
46        </tr>
47        <tr>
48<th><CODE>SUMMARY_INVALID_STATE</CODE></th>
49<td>Requested operation cannot be executed in the current internal state.</td>
50        </tr>
51        <tr>
52<th><CODE>SUMMARY_NOT_SUPPORTED</CODE></th>
53<td>Not supported in current SDK.</td>
54        </tr>
55        <tr>
56<th><CODE>SUMMARY_INVALID_ARGUMENT</CODE></th>
57<td>The argument is invalid.</td>
58        </tr>
59        <tr>
60<th><CODE>SUMMARY_WRONG_ARGUMENT</CODE></th>
61<td>Invalid non-argument parameter.</td>
62        </tr>
63        <tr>
64<th><CODE>SUMMARY_CANCELLED</CODE></th>
65<td>Process canceled.</td>
66        </tr>
67        <tr>
68<th><CODE>SUMMARY_STATUS_CHANGED</CODE></th>
69<td>State changed. (Example: Internal state changed while process was executing.)</td>
70        </tr>
71        <tr>
72<th><CODE>SUMMARY_INTERNAL</CODE></th>
73<td>Error used internally by library.</td>
74        </tr>
75        <tr>
76<th><CODE>SUMMARY_INVALID_RESULT_VALUE</CODE></th>
77<td>This value is not used.</td>
78        </tr>
79      </table> </div>
80<h2>Description</h2>
81    <div class="section">
82<p>Enumerated type that provides a brief description of the error. (Do not use this type for error handling.)</p><!-- write here --></div>
83<h2>Revision History</h2>
84    <div class="section">
85      <dl class="history">
86        <dt>2010/01/07</dt>
87<dd>Initial version.<br />
88        </dd>
89      </dl>
90    </div>
91  <hr><p>CONFIDENTIAL</p></body>
92</html>
93