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