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>nn::Result::Summary</CODE> Enumerated Type</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition">#include <nn/Result.h> 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>SUMMARY_SUCCESS</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>SUMMARY_INVALID_STATE</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>Invalid argument.</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> 78 </td> 79 </tr> 80 </table> </div> 81 <h2>Description</h2> 82 <div class="section"> 83 <p>Enumerated type that indicates the summary of an error. (Do not use this type for error handling.)</p><!-- write here --></div> 84 <h2>Revision History</h2> 85 <div class="section"> 86 <dl class="history"> 87 <dt>2010/01/07</dt> 88 <dd>Initial version.<br /> 89 </dd> 90 </dl> 91 </div> 92 <hr><p>CONFIDENTIAL</p></body> 93</html>