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 <nn/Result.h> 14enum Summary; 15</pre> 16 </div> 17<h2>Value</h2> 18 <div class="section"> 19 <table class="arguments"> 20 <thead> 21 <tr> 22<th>Value</th> 23<td>Description</td> 24 </tr> 25 </thead> 26 <tr> 27<th><CODE>SUMMARY_SUCCESS</CODE></th> 28<td>Process succeeded.</td> 29 </tr> 30 <tr> 31<th><CODE>SUMMARY_NOTHING_HAPPENED</CODE></th> 32<td>Nothing happened.</td> 33 </tr> 34 <tr> 35<th><CODE>SUMMARY_WOULD_BLOCK</CODE></th> 36<td>Process can block.</td> 37 </tr> 38 <tr> 39<th><CODE>SUMMARY_OUT_OF_RESOURCE</CODE></th> 40<td>Cannot allocate required resources for processing.</td> 41 </tr> 42 <tr> 43<th><CODE>SUMMARY_NOT_FOUND</CODE></th> 44<td>Target not found.</td> 45 </tr> 46 <tr> 47<th><CODE>SUMMARY_INVALID_STATE</CODE></th> 48<td>Requested operation cannot be executed in the current internal state.</td> 49 </tr> 50 <tr> 51<th><CODE>SUMMARY_NOT_SUPPORTED</CODE></th> 52<td>Not supported in current SDK.</td> 53 </tr> 54 <tr> 55<th><CODE>SUMMARY_INVALID_ARGUMENT</CODE></th> 56<td>The argument is invalid.</td> 57 </tr> 58 <tr> 59<th><CODE>SUMMARY_WRONG_ARGUMENT</CODE></th> 60<td>Invalid non-argument parameter.</td> 61 </tr> 62 <tr> 63<th><CODE>SUMMARY_CANCELLED</CODE></th> 64<td>Process canceled.</td> 65 </tr> 66 <tr> 67<th><CODE>SUMMARY_STATUS_CHANGED</CODE></th> 68<td>State changed. (Example: Internal state changed while process was executing.)</td> 69 </tr> 70 <tr> 71<th><CODE>SUMMARY_INTERNAL</CODE></th> 72<td>Error used internally by library.</td> 73 </tr> 74 <tr> 75<th><CODE>SUMMARY_INVALID_RESULT_VALUE</CODE></th> 76<td>This value is not used.</td> 77 </tr> 78 </table> </div> 79<h2>Description</h2> 80 <div class="section"> 81<p>Enumerated type that provides a brief description of the error. (Do not use this type for error handling.)</p><!-- write here --></div> 82<h2>Revision History</h2> 83 <div class="section"> 84 <dl class="history"> 85 <dt>2010/01/07</dt> 86<dd>Initial version.<br /> 87 </dd> 88 </dl> 89 </div> 90 <hr><p>CONFIDENTIAL</p></body> 91</html> 92