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>Description</title> 8 </head> 9 <body> 10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/Result/Overview.html">Result</a>::Description</CODE> Enumerated Type</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition">#include <nn/Result.h> 14 15enum Description; 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>DESCRIPTION_SUCCESS</th> 29<td>Process succeeded.</td> 30 </tr> 31 <tr> 32<th>DESCRIPTION_INVALID_SELECTION</th> 33<td>Indicates invalid value was specified (when specifiable values are discrete).</td> 34 </tr> 35 <tr> 36<th>DESCRIPTION_TOO_LARGE</th> 37<td>Value is too large.</td> 38 </tr> 39 <tr> 40<th>DESCRIPTION_NOT_AUTHORIZED</th> 41<td>Operation not allowed.</td> 42 </tr> 43 <tr> 44<th>DESCRIPTION_ALREADY_DONE</th> 45<td>The internal state is an already specified state.</td> 46 </tr> 47 <tr> 48<th>DESCRIPTION_INVALID_SIZE</th> 49<td>Invalid value size.</td> 50 </tr> 51 <tr> 52<th>DESCRIPTION_INVALID_ENUM_VALUE</th> 53<td>Invalid enum value.</td> 54 </tr> 55 <tr> 56<th>DESCRIPTION_INVALID_COMBINATION</th> 57<td>Invalid combination of arguments.</td> 58 </tr> 59 <tr> 60<th>DESCRIPTION_NO_DATA</th> 61<td>No data.</td> 62 </tr> 63 <tr> 64<th>DESCRIPTION_BUSY</th> 65<td>Could not execute as another process is being executed.</td> 66 </tr> 67 <tr> 68<th>DESCRIPTION_MISALIGNED_ADDRESS</th> 69<td>Address is misaligned.</td> 70 </tr> 71 <tr> 72<th>DESCRIPTION_MISALIGNED_SIZE</th> 73<td>Size is misaligned.</td> 74 </tr> 75 <tr> 76<th>DESCRIPTION_OUT_OF_MEMORY</th> 77<td>Insufficient memory.</td> 78 </tr> 79 <tr> 80<th>DESCRIPTION_NOT_IMPLEMENTED</th> 81<td>(Not yet implemented.)</td> 82 </tr> 83 <tr> 84<th>DESCRIPTION_INVALID_ADDRESS</th> 85<td>Invalid address.</td> 86 </tr> 87 <tr> 88<th>DESCRIPTION_INVALID_POINTER</th> 89<td>Invalid pointer.</td> 90 </tr> 91 <tr> 92<th>DESCRIPTION_INVALID_HANDLE</th> 93<td>Invalid handle.</td> 94 </tr> 95 <tr> 96<th>DESCRIPTION_NOT_INITIALIZED</th> 97<td>Not initialized.</td> 98 </tr> 99 <tr> 100<th>DESCRIPTION_ALREADY_INITIALIZED</th> 101<td>Already initialized.</td> 102 </tr> 103 <tr> 104<th>DESCRIPTION_NOT_FOUND</th> 105<td>Target not found.</td> 106 </tr> 107 <tr> 108<th>DESCRIPTION_CANCEL_REQUESTED</th> 109<td>Request canceled.</td> 110 </tr> 111 <tr> 112<th>DESCRIPTION_ALREADY_EXISTS</th> 113<td>Target already exists.</td> 114 </tr> 115 <tr> 116<th>DESCRIPTION_OUT_OF_RANGE</th> 117<td>Value out of defined range.</td> 118 </tr> 119 <tr> 120<th>DESCRIPTION_TIMEOUT</th> 121<td>Process has timed out.</td> 122 </tr> 123 <tr> 124<th>DESCRIPTION_INVALID_RESULT_VALUE</th> 125<td>This value is not used.</td> 126 </tr> 127 </table> </div> 128<h2>Description</h2> 129 <div class="section"> 130<p>Enumerated type that describes the error in detail. (Do not use this type for error handling.)</p><p>Negative values are common to all SDK libraries. Positive values are defined independently by each library.</p><!-- write here --></div> 131<h2>Revision History</h2> 132 <div class="section"> 133 <dl class="history"> 134 <dt>2010/11/10</dt> 135<dd>Initial version.<br /> 136 </dd> 137 </dl> 138 </div> 139 <hr><p>CONFIDENTIAL</p></body> 140</html> 141