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>NN_DEFINE_RESULT_CONST_LM</title> 8 </head> 9 <body> 10 <h1><CODE>nn::http::NN_DEFINE_RESULT_CONST_LM</CODE> Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14NN_DEFINE_RESULT_CONST_LM( 15 ResultInvalidStatusErr, 16 detail::MakePermanentResult, 17 Result::SUMMARY_INVALID_STATE, 18 ER_INVALID_STATUS 19); 20 21NN_DEFINE_RESULT_CONST_LM( 22 ResultInvalidParamErr, 23 detail::MakePermanentResult, 24 Result::SUMMARY_INVALID_ARGUMENT, 25 ER_INVALID_PARAM 26); 27 28NN_DEFINE_RESULT_CONST_LM( 29 ResultOutOfMemoryErr, 30 detail::MakePermanentResult, 31 Result::SUMMARY_OUT_OF_RESOURCE, 32 ER_NOMEM 33); 34 35NN_DEFINE_RESULT_CONST_LM( 36 ResultCreateEventErr, 37 detail::MakePermanentResult, 38 Result::SUMMARY_INVALID_STATE, 39 ER_CREATE_EVENT 40); 41 42NN_DEFINE_RESULT_CONST_LM( 43 ResultCreateMutexErr, 44 detail::MakePermanentResult, 45 Result::SUMMARY_INVALID_STATE, 46 ER_CREATE_MUTEX 47); 48 49NN_DEFINE_RESULT_CONST_LM( 50 ResultCreateQueueErr, 51 detail::MakePermanentResult, 52 Result::SUMMARY_INVALID_STATE, 53 ER_CREATE_QUEUE 54); 55 56NN_DEFINE_RESULT_CONST_LM( 57 ResultCreateThreadErr, 58 detail::MakePermanentResult, 59 Result::SUMMARY_INVALID_STATE, 60 ER_CREATE_THREAD 61); 62 63NN_DEFINE_RESULT_CONST_LM( 64 ResultNotConnectedErr, 65 detail::MakePermanentResult, 66 Result::SUMMARY_INVALID_STATE, 67 ER_CONNECTION_NOT_INITIALIZED 68); 69 70NN_DEFINE_RESULT_CONST_LM( 71 ResultAlreadyAssignHostErr, 72 detail::MakePermanentResult, 73 Result::SUMMARY_INVALID_STATE, 74 ER_ALREADY_ASSIGN_HOST 75); 76 77NN_DEFINE_RESULT_CONST_LM( 78 ResultSessionErr, 79 detail::MakePermanentResult, 80 Result::SUMMARY_INVALID_STATE, 81 ER_SESSION 82); 83 84NN_DEFINE_RESULT_CONST_LM( 85 ResultClientProcessMaxErr, 86 detail::MakePermanentResult, 87 Result::SUMMARY_INVALID_STATE, 88 ER_CLIENT_PROCESS_MAX 89); 90 91NN_DEFINE_RESULT_CONST_LM( 92 ResultIpcSessionMaxErr, 93 detail::MakePermanentResult, 94 Result::SUMMARY_INVALID_STATE, 95 ER_IPC_SESSION_MAX 96); 97 98NN_DEFINE_RESULT_CONST_LM( 99 ResultAlreadyInitializedErr, 100 detail::MakePermanentResult, 101 Result::SUMMARY_INVALID_STATE, 102 ER_ALREADY_INITIALIZED 103); 104 105NN_DEFINE_RESULT_CONST_LM( 106 ResultNotInitializedErr, 107 detail::MakePermanentResult, 108 Result::SUMMARY_INVALID_STATE, 109 ER_NOT_INITIALIZED 110); 111 112NN_DEFINE_RESULT_CONST_LM( 113 ResultMessageSendToListenThreadErr, 114 detail::MakePermanentResult, 115 Result::SUMMARY_INVALID_STATE, 116 ER_MSGQ_SEND_LSN 117); 118 119NN_DEFINE_RESULT_CONST_LM( 120 ResultMessageRecvInListenThreadErr, 121 detail::MakePermanentResult, 122 Result::SUMMARY_INVALID_STATE, 123 ER_MSGQ_RECV_LSN 124); 125 126NN_DEFINE_RESULT_CONST_LM( 127 ResultMessageRecvInCommunicationThreadErr, 128 detail::MakePermanentResult, 129 Result::SUMMARY_INVALID_STATE, 130 ER_MSGQ_RECV_COMM 131); 132 133NN_DEFINE_RESULT_CONST_LM( 134 ResultConnectionNoMoreErr, 135 detail::MakePermanentResult, 136 Result::SUMMARY_INVALID_STATE, 137 ER_CONN_NOMORE 138); 139 140NN_DEFINE_RESULT_CONST_LM( 141 ResultNoSuchConnectionErr, 142 detail::MakePermanentResult, 143 Result::SUMMARY_NOT_FOUND, 144 ER_CONN_NOSUCH 145); 146 147NN_DEFINE_RESULT_CONST_LM( 148 ResultConnectionStatusErr, 149 detail::MakePermanentResult, 150 Result::SUMMARY_INVALID_STATE, 151 ER_CONN_STATUS 152); 153 154NN_DEFINE_RESULT_CONST_LM( 155 ResultConnectionAddErr, 156 detail::MakePermanentResult, 157 Result::SUMMARY_INVALID_STATE, 158 ER_CONN_ADD 159); 160 161NN_DEFINE_RESULT_CONST_LM( 162 ResultConnectionCanceledErr, 163 detail::MakePermanentResult, 164 Result::SUMMARY_INVALID_STATE, 165 ER_CONN_CANCELED 166); 167 168NN_DEFINE_RESULT_CONST_LM( 169 ResultConnectionHostMaxErr, 170 detail::MakePermanentResult, 171 Result::SUMMARY_INVALID_STATE, 172 ER_CONN_HOST_MAX 173); 174 175NN_DEFINE_RESULT_CONST_LM( 176 ResultConnectionProcessMaxErr, 177 detail::MakePermanentResult, 178 Result::SUMMARY_INVALID_STATE, 179 ER_CONN_PROCESS_MAX 180); 181 182NN_DEFINE_RESULT_CONST_LM( 183 ResultRequestUrlErr, 184 detail::MakePermanentResult, 185 Result::SUMMARY_INVALID_STATE, 186 ER_REQ_URL 187); 188 189NN_DEFINE_RESULT_CONST_LM( 190 ResultRequestPortErr, 191 detail::MakePermanentResult, 192 Result::SUMMARY_INVALID_STATE, 193 ER_REQ_CONNMSG_PORT 194); 195 196NN_DEFINE_RESULT_CONST_LM( 197 ResultRequestUnknownMethodErr, 198 detail::MakePermanentResult, 199 Result::SUMMARY_INVALID_STATE, 200 ER_REQ_UNKNOWN_METHOD 201); 202 203NN_DEFINE_RESULT_CONST_LM( 204 ResultRequestHeaderErr, 205 detail::MakePermanentResult, 206 Result::SUMMARY_INVALID_STATE, 207 ER_RES_HEADER 208); 209 210NN_DEFINE_RESULT_CONST_LM( 211 ResultRequestNoNewLineErr, 212 detail::MakePermanentResult, 213 Result::SUMMARY_INVALID_STATE, 214 ER_RES_NONEWLINE 215); 216 217NN_DEFINE_RESULT_CONST_LM( 218 ResultBodyBufErr, 219 detail::MakePermanentResult, 220 Result::SUMMARY_INVALID_STATE, 221 ER_RES_BODYBUF 222); 223 224NN_DEFINE_RESULT_CONST_LM( 225 ResultBodyBufShortage, 226 detail::MakePermanentResult, 227 Result::SUMMARY_WOULD_BLOCK, 228 ER_RES_BODYBUF_SHORTAGE 229); 230 231NN_DEFINE_RESULT_CONST_LM( 232 ResultPostAddedAnotherErr, 233 detail::MakePermanentResult, 234 Result::SUMMARY_INVALID_STATE, 235 ER_POST_ADDED_ANOTHER 236); 237 238NN_DEFINE_RESULT_CONST_LM( 239 ResultPostBoundaryErr, 240 detail::MakePermanentResult, 241 Result::SUMMARY_INVALID_STATE, 242 ER_POST_BOUNDARY 243); 244 245NN_DEFINE_RESULT_CONST_LM( 246 ResultPostSendErr, 247 detail::MakePermanentResult, 248 Result::SUMMARY_INVALID_STATE, 249 ER_POST_SEND 250); 251 252NN_DEFINE_RESULT_CONST_LM( 253 ResultPostUnknownEnctypeErr, 254 detail::MakePermanentResult, 255 Result::SUMMARY_INVALID_STATE, 256 ER_POST_UNKNOWN_ENCTYPE 257); 258 259NN_DEFINE_RESULT_CONST_LM( 260 ResultPostNoDataErr, 261 detail::MakePermanentResult, 262 Result::SUMMARY_INVALID_STATE, 263 ER_POST_NODATA 264); 265 266NN_DEFINE_RESULT_CONST_LM( 267 ResultSslErr, 268 detail::MakePermanentResult, 269 Result::SUMMARY_INVALID_STATE, 270 ER_SSL 271); 272 273NN_DEFINE_RESULT_CONST_LM( 274 ResultCertExistErr, 275 detail::MakePermanentResult, 276 Result::SUMMARY_INVALID_STATE, 277 ER_SSL_CERT_EXIST 278); 279 280NN_DEFINE_RESULT_CONST_LM( 281 ResultNoCaCertStoreErr, 282 detail::MakePermanentResult, 283 Result::SUMMARY_INVALID_STATE, 284 ER_SSL_NO_CA_CERT_STORE 285); 286 287NN_DEFINE_RESULT_CONST_LM( 288 ResultNoClientCertErr, 289 detail::MakePermanentResult, 290 Result::SUMMARY_INVALID_STATE, 291 ER_SSL_NO_CLIENT_CERT 292); 293 294NN_DEFINE_RESULT_CONST_LM( 295 ResultCaCertStoreMaxErr, 296 detail::MakePermanentResult, 297 Result::SUMMARY_INVALID_STATE, 298 ER_SSL_CA_CERT_STORE_MAX 299); 300 301NN_DEFINE_RESULT_CONST_LM( 302 ResultClientCertMaxErr, 303 detail::MakePermanentResult, 304 Result::SUMMARY_INVALID_STATE, 305 ER_SSL_CLIENT_CERT_MAX 306); 307 308NN_DEFINE_RESULT_CONST_LM( 309 ResultFailToCreateCertStoreErr, 310 detail::MakePermanentResult, 311 Result::SUMMARY_INVALID_STATE, 312 ER_SSL_FAIL_TO_CREATE_CERT_STORE 313); 314 315NN_DEFINE_RESULT_CONST_LM( 316 ResultFailToCreateClientCertErr, 317 detail::MakePermanentResult, 318 Result::SUMMARY_INVALID_STATE, 319 ER_SSL_FAIL_TO_CREATE_CLIENT_CERT 320); 321 322NN_DEFINE_RESULT_CONST_LM( 323 ResultDnsResolutionErr, 324 detail::MakePermanentResult, 325 Result::SUMMARY_INVALID_STATE, 326 ER_SOC_DNS 327); 328 329NN_DEFINE_RESULT_CONST_LM( 330 ResultSocketSendErr, 331 detail::MakePermanentResult, 332 Result::SUMMARY_INVALID_STATE, 333 ER_SOC_SEND 334); 335 336NN_DEFINE_RESULT_CONST_LM( 337 ResultSocketReceiveErr, 338 detail::MakePermanentResult, 339 Result::SUMMARY_INVALID_STATE, 340 ER_SOC_RECV 341); 342 343NN_DEFINE_RESULT_CONST_LM( 344 ResultSocketConnectErr, 345 detail::MakePermanentResult, 346 Result::SUMMARY_INVALID_STATE, 347 ER_SOC_CONN 348); 349 350NN_DEFINE_RESULT_CONST_LM( 351 ResultGetProxySettingErr, 352 detail::MakePermanentResult, 353 Result::SUMMARY_INVALID_STATE, 354 ER_GET_PROXY_SETTING 355); 356 357NN_DEFINE_RESULT_CONST_LM( 358 ResultNotImplementedErr, 359 detail::MakePermanentResult, 360 Result::SUMMARY_INTERNAL, 361 nn::Result::DESCRIPTION_NOT_IMPLEMENTED 362); 363 364NN_DEFINE_RESULT_CONST_LM( 365 ResultTimeout, 366 detail::MakePermanentResult, 367 Result::SUMMARY_NOTHING_HAPPENED, 368 ER_TIMEOUT 369); 370</pre> 371 </div> 372 <h2>List of Overloaded Member Functions</h2> 373 <div class="section"> 374 <table class="members"> 375 <tr> 376 <td> 377 <a href="./NN_DEFINE_RESULT_CONST_LM(0).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultInvalidStatusErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_INVALID_STATUS)</CODE> </a> 378 </td> 379 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid status</CODE>.</td> 380 </tr> 381 <tr> 382 <td> 383 <a href="./NN_DEFINE_RESULT_CONST_LM(1).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultInvalidParamErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_ARGUMENT, ER_INVALID_PARAM)</CODE> </a> 384 </td> 385 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid parameter</CODE>.</td> 386 </tr> 387 <tr> 388 <td> 389 <a href="./NN_DEFINE_RESULT_CONST_LM(2).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultOutOfMemoryErr, detail::MakePermanentResult, Result::SUMMARY_OUT_OF_RESOURCE, ER_NOMEM)</CODE> </a> 390 </td> 391 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Dynamic memory allocation failure</CODE>.</td> 392 </tr> 393 <tr> 394 <td> 395 <a href="./NN_DEFINE_RESULT_CONST_LM(3).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultCreateEventErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_EVENT)</CODE> </a> 396 </td> 397 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Event generation failure</CODE>.</td> 398 </tr> 399 <tr> 400 <td> 401 <a href="./NN_DEFINE_RESULT_CONST_LM(4).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultCreateMutexErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_MUTEX)</CODE> </a> 402 </td> 403 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Mutex creation failure</CODE>.</td> 404 </tr> 405 <tr> 406 <td> 407 <a href="./NN_DEFINE_RESULT_CONST_LM(5).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultCreateQueueErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_QUEUE)</CODE> </a> 408 </td> 409 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Message queue creation failure</CODE>.</td> 410 </tr> 411 <tr> 412 <td> 413 <a href="./NN_DEFINE_RESULT_CONST_LM(6).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultCreateThreadErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_THREAD)</CODE> </a> 414 </td> 415 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Thread creation failure</CODE>.</td> 416 </tr> 417 <tr> 418 <td> 419 <a href="./NN_DEFINE_RESULT_CONST_LM(7).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultNotConnectedErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONNECTION_NOT_INITIALIZED)</CODE> </a> 420 </td> 421 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Uninitialized connection</CODE>.</td> 422 </tr> 423 <tr> 424 <td> 425 <a href="./NN_DEFINE_RESULT_CONST_LM(8).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultAlreadyAssignHostErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_ALREADY_ASSIGN_HOST)</CODE> </a> 426 </td> 427 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Communication target host already allocated</CODE>.</td> 428 </tr> 429 <tr> 430 <td> 431 <a href="./NN_DEFINE_RESULT_CONST_LM(9).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultSessionErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SESSION)</CODE> </a> 432 </td> 433 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>IPC session invalid</CODE>.</td> 434 </tr> 435 <tr> 436 <td> 437 <a href="./NN_DEFINE_RESULT_CONST_LM(10).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultClientProcessMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CLIENT_PROCESS_MAX)</CODE> </a> 438 </td> 439 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>The maximum number of simultaneous client processes is already being used</CODE>.</td> 440 </tr> 441 <tr> 442 <td> 443 <a href="./NN_DEFINE_RESULT_CONST_LM(11).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultIpcSessionMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_IPC_SESSION_MAX)</CODE> </a> 444 </td> 445 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of simultaneous IPC session connections already connected</CODE>.</td> 446 </tr> 447 <tr> 448 <td> 449 <a href="./NN_DEFINE_RESULT_CONST_LM(12).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultAlreadyInitializedErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_ALREADY_INITIALIZED)</CODE> </a> 450 </td> 451 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Library already initialized</CODE>.</td> 452 </tr> 453 <tr> 454 <td> 455 <a href="./NN_DEFINE_RESULT_CONST_LM(13).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultNotInitializedErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_NOT_INITIALIZED)</CODE> </a> 456 </td> 457 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Library not yet initialized</CODE>.</td> 458 </tr> 459 <tr> 460 <td> 461 <a href="./NN_DEFINE_RESULT_CONST_LM(14).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultMessageSendToListenThreadErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_MSGQ_SEND_LSN)</CODE> </a> 462 </td> 463 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failure sending to listener thread message queue</CODE>.</td> 464 </tr> 465 <tr> 466 <td> 467 <a href="./NN_DEFINE_RESULT_CONST_LM(15).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultMessageRecvInListenThreadErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_MSGQ_RECV_LSN)</CODE> </a> 468 </td> 469 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failure receiving from listener thread message queue</CODE>.</td> 470 </tr> 471 <tr> 472 <td> 473 <a href="./NN_DEFINE_RESULT_CONST_LM(16).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultMessageRecvInCommunicationThreadErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_MSGQ_RECV_COMM)</CODE> </a> 474 </td> 475 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failure receiving from communication thread message queue</CODE>.</td> 476 </tr> 477 <tr> 478 <td> 479 <a href="./NN_DEFINE_RESULT_CONST_LM(17).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionNoMoreErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_NOMORE)</CODE> </a> 480 </td> 481 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of connection handles exceeded</CODE>.</td> 482 </tr> 483 <tr> 484 <td> 485 <a href="./NN_DEFINE_RESULT_CONST_LM(18).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultNoSuchConnectionErr, detail::MakePermanentResult, Result::SUMMARY_NOT_FOUND, ER_CONN_NOSUCH)</CODE> </a> 486 </td> 487 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Request for an operation on a nonexistent connection</CODE>.</td> 488 </tr> 489 <tr> 490 <td> 491 <a href="./NN_DEFINE_RESULT_CONST_LM(19).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionStatusErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_STATUS)</CODE> </a> 492 </td> 493 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid connection status</CODE>. (For example, this <CODE>Result</CODE> might be returned if the functions in the API were called in an improper order.)</td> 494 </tr> 495 <tr> 496 <td> 497 <a href="./NN_DEFINE_RESULT_CONST_LM(20).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionAddErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_ADD)</CODE> </a> 498 </td> 499 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to register connection</CODE>.</td> 500 </tr> 501 <tr> 502 <td> 503 <a href="./NN_DEFINE_RESULT_CONST_LM(21).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionCanceledErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_CANCELED)</CODE> </a> 504 </td> 505 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Canceled connection</CODE>.</td> 506 </tr> 507 <tr> 508 <td> 509 <a href="./NN_DEFINE_RESULT_CONST_LM(22).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionHostMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_HOST_MAX)</CODE> </a> 510 </td> 511 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of connections to same host exceeded</CODE>.</td> 512 </tr> 513 <tr> 514 <td> 515 <a href="./NN_DEFINE_RESULT_CONST_LM(23).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionProcessMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_PROCESS_MAX)</CODE> </a> 516 </td> 517 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of connections used by one process exceeded</CODE>.</td> 518 </tr> 519 <tr> 520 <td> 521 <a href="./NN_DEFINE_RESULT_CONST_LM(24).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestUrlErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_REQ_URL)</CODE> </a> 522 </td> 523 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid URL</CODE>.</td> 524 </tr> 525 <tr> 526 <td> 527 <a href="./NN_DEFINE_RESULT_CONST_LM(25).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestPortErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_REQ_CONNMSG_PORT)</CODE> </a> 528 </td> 529 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid communication target port number</CODE>.</td> 530 </tr> 531 <tr> 532 <td> 533 <a href="./NN_DEFINE_RESULT_CONST_LM(26).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestUnknownMethodErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_REQ_UNKNOWN_METHOD)</CODE> </a> 534 </td> 535 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Unknown method</CODE>.</td> 536 </tr> 537 <tr> 538 <td> 539 <a href="./NN_DEFINE_RESULT_CONST_LM(27).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestHeaderErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_RES_HEADER)</CODE> </a> 540 </td> 541 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid HTTP header</CODE>.</td> 542 </tr> 543 <tr> 544 <td> 545 <a href="./NN_DEFINE_RESULT_CONST_LM(28).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestNoNewLineErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_RES_NONEWLINE)</CODE> </a> 546 </td> 547 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>No newline in HTTP header</CODE>.</td> 548 </tr> 549 <tr> 550 <td> 551 <a href="./NN_DEFINE_RESULT_CONST_LM(29).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultBodyBufErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_RES_BODYBUF)</CODE> </a> 552 </td> 553 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>HTTP body receive buffer error</CODE>.</td> 554 </tr> 555 <tr> 556 <td> 557 <a href="./NN_DEFINE_RESULT_CONST_LM(30).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultBodyBufShortage, detail::MakePermanentResult, Result::SUMMARY_WOULD_BLOCK, ER_RES_BODYBUF_SHORTAGE)</CODE> </a> 558 </td> 559 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Insufficient HTTP Body receive buffer</CODE>.</td> 560 </tr> 561 <tr> 562 <td> 563 <a href="./NN_DEFINE_RESULT_CONST_LM(31).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostAddedAnotherErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_ADDED_ANOTHER)</CODE> </a> 564 </td> 565 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to add POST data</CODE>.</td> 566 </tr> 567 <tr> 568 <td> 569 <a href="./NN_DEFINE_RESULT_CONST_LM(32).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostBoundaryErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_BOUNDARY)</CODE> </a> 570 </td> 571 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Boundary of POST data cannot be properly set</CODE>.</td> 572 </tr> 573 <tr> 574 <td> 575 <a href="./NN_DEFINE_RESULT_CONST_LM(33).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostSendErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_SEND)</CODE> </a> 576 </td> 577 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>POST request send failure</CODE>.</td> 578 </tr> 579 <tr> 580 <td> 581 <a href="./NN_DEFINE_RESULT_CONST_LM(34).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostUnknownEnctypeErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_UNKNOWN_ENCTYPE)</CODE> </a> 582 </td> 583 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Unknown encoding type for POST</CODE>.</td> 584 </tr> 585 <tr> 586 <td> 587 <a href="./NN_DEFINE_RESULT_CONST_LM(35).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostNoDataErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_NODATA)</CODE> </a> 588 </td> 589 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>No settings have been configured for sending POST data</CODE>.</td> 590 </tr> 591 <tr> 592 <td> 593 <a href="./NN_DEFINE_RESULT_CONST_LM(36).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultSslErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL)</CODE> </a> 594 </td> 595 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>SSL error</CODE>.</td> 596 </tr> 597 <tr> 598 <td> 599 <a href="./NN_DEFINE_RESULT_CONST_LM(37).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultCertExistErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_CERT_EXIST)</CODE> </a> 600 </td> 601 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>SSL certificate already set (must be deleted before re-registering)</CODE>.</td> 602 </tr> 603 <tr> 604 <td> 605 <a href="./NN_DEFINE_RESULT_CONST_LM(38).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultNoCaCertStoreErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_NO_CA_CERT_STORE)</CODE> </a> 606 </td> 607 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>No such SSL CA certificate store registered</CODE>.</td> 608 </tr> 609 <tr> 610 <td> 611 <a href="./NN_DEFINE_RESULT_CONST_LM(39).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultNoClientCertErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_NO_CLIENT_CERT)</CODE> </a> 612 </td> 613 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>No such SSL client certificate registered</CODE>.</td> 614 </tr> 615 <tr> 616 <td> 617 <a href="./NN_DEFINE_RESULT_CONST_LM(40).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultCaCertStoreMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_CA_CERT_STORE_MAX)</CODE> </a> 618 </td> 619 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>The maximum number of CA certificate stores that can be registered for a single SSL process have already been registered.</CODE></td> 620 </tr> 621 <tr> 622 <td> 623 <a href="./NN_DEFINE_RESULT_CONST_LM(41).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultClientCertMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_CLIENT_CERT_MAX)</CODE> </a> 624 </td> 625 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of client certificates that can be registered simultaneously for a single SSL process have already registered</CODE>.</td> 626 </tr> 627 <tr> 628 <td> 629 <a href="./NN_DEFINE_RESULT_CONST_LM(42).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultFailToCreateCertStoreErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_FAIL_TO_CREATE_CERT_STORE)</CODE> </a> 630 </td> 631 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to create the SSL certificate store</CODE>.</td> 632 </tr> 633 <tr> 634 <td> 635 <a href="./NN_DEFINE_RESULT_CONST_LM(43).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultFailToCreateClientCertErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_FAIL_TO_CREATE_CLIENT_CERT)</CODE> </a> 636 </td> 637 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to create SSL client certificate</CODE>.</td> 638 </tr> 639 <tr> 640 <td> 641 <a href="./NN_DEFINE_RESULT_CONST_LM(44).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultDnsResolutionErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SOC_DNS)</CODE> </a> 642 </td> 643 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>DNS name resolution failure</CODE>.</td> 644 </tr> 645 <tr> 646 <td> 647 <a href="./NN_DEFINE_RESULT_CONST_LM(45).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultSocketSendErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SOC_SEND)</CODE> </a> 648 </td> 649 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Socket data send failure</CODE>.</td> 650 </tr> 651 <tr> 652 <td> 653 <a href="./NN_DEFINE_RESULT_CONST_LM(46).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultSocketReceiveErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SOC_RECV)</CODE> </a> 654 </td> 655 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Socket data receive failure</CODE>.</td> 656 </tr> 657 <tr> 658 <td> 659 <a href="./NN_DEFINE_RESULT_CONST_LM(47).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultSocketConnectErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SOC_CONN)</CODE> </a> 660 </td> 661 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Socket connection failure</CODE>.</td> 662 </tr> 663 <tr> 664 <td> 665 <a href="./NN_DEFINE_RESULT_CONST_LM(48).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultGetProxySettingErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_GET_PROXY_SETTING)</CODE> </a> 666 </td> 667 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to get proxy value set by device</CODE>.</td> 668 </tr> 669 <tr> 670 <td> 671 <a href="./NN_DEFINE_RESULT_CONST_LM(49).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultNotImplementedErr, detail::MakePermanentResult, Result::SUMMARY_INTERNAL, nn::Result::DESCRIPTION_NOT_IMPLEMENTED)</CODE> </a> 672 </td> 673 <td>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Process not yet implemented</CODE>. This is an internal implementation error.</td> 674 </tr> 675 <tr> 676 <td> 677 <a href="./NN_DEFINE_RESULT_CONST_LM(50).html"><CODE>NN_DEFINE_RESULT_CONST_LM(ResultTimeout, detail::MakePermanentResult, Result::SUMMARY_NOTHING_HAPPENED, ER_TIMEOUT)</CODE> </a> 678 </td> 679 <td>Returns a <CODE>Result</CODE> indicating a timeout.</td> 680 </tr> </table> 681 </div> 682 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultInvalidStatusErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_INVALID_STATUS)</CODE></h2> 683 <div class="section"> 684 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid status</CODE>.</p> 685 </div> 686 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultInvalidParamErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_ARGUMENT, ER_INVALID_PARAM)</CODE></h2> 687 <div class="section"> 688 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid parameter</CODE>.</p> 689 </div> 690 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultOutOfMemoryErr, detail::MakePermanentResult, Result::SUMMARY_OUT_OF_RESOURCE, ER_NOMEM)</CODE></h2> 691 <div class="section"> 692 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Dynamic memory allocation failure</CODE>.</p> 693 </div> 694 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultCreateEventErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_EVENT)</CODE></h2> 695 <div class="section"> 696 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Event generation failure</CODE>.</p> 697 </div> 698 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultCreateMutexErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_MUTEX)</CODE></h2> 699 <div class="section"> 700 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Mutex creation failure</CODE>.</p> 701 </div> 702 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultCreateQueueErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_QUEUE)</CODE></h2> 703 <div class="section"> 704 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Message queue creation failure</CODE>.</p> 705 </div> 706 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultCreateThreadErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_THREAD)</CODE></h2> 707 <div class="section"> 708 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Thread creation failure</CODE>.</p> 709 </div> 710 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultNotConnectedErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONNECTION_NOT_INITIALIZED)</CODE></h2> 711 <div class="section"> 712 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Uninitialized connection</CODE>.</p> 713 </div> 714 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultAlreadyAssignHostErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_ALREADY_ASSIGN_HOST)</CODE></h2> 715 <div class="section"> 716 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Communication target host already allocated</CODE>.</p> 717 </div> 718 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultSessionErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SESSION)</CODE></h2> 719 <div class="section"> 720 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>IPC session invalid</CODE>.</p> 721 </div> 722 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultClientProcessMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CLIENT_PROCESS_MAX)</CODE></h2> 723 <div class="section"> 724 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>The maximum number of simultaneous client processes is already being used</CODE>.</p> 725 </div> 726 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultIpcSessionMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_IPC_SESSION_MAX)</CODE></h2> 727 <div class="section"> 728 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of simultaneous IPC session connections already connected</CODE>.</p> 729 </div> 730 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultAlreadyInitializedErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_ALREADY_INITIALIZED)</CODE></h2> 731 <div class="section"> 732 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Library already initialized</CODE>.</p> 733 </div> 734 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultNotInitializedErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_NOT_INITIALIZED)</CODE></h2> 735 <div class="section"> 736 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Library not yet initialized</CODE>.</p> 737 </div> 738 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultMessageSendToListenThreadErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_MSGQ_SEND_LSN)</CODE></h2> 739 <div class="section"> 740 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failure sending to listener thread message queue</CODE>.</p> 741 </div> 742 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultMessageRecvInListenThreadErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_MSGQ_RECV_LSN)</CODE></h2> 743 <div class="section"> 744 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failure receiving from listener thread message queue</CODE>.</p> 745 </div> 746 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultMessageRecvInCommunicationThreadErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_MSGQ_RECV_COMM)</CODE></h2> 747 <div class="section"> 748 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failure receiving from communication thread message queue</CODE>.</p> 749 </div> 750 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionNoMoreErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_NOMORE)</CODE></h2> 751 <div class="section"> 752 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of connection handles exceeded</CODE>.</p> 753 </div> 754 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultNoSuchConnectionErr, detail::MakePermanentResult, Result::SUMMARY_NOT_FOUND, ER_CONN_NOSUCH)</CODE></h2> 755 <div class="section"> 756 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Request for an operation on a nonexistent connection</CODE>.</p> 757 </div> 758 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionStatusErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_STATUS)</CODE></h2> 759 <div class="section"> 760 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid connection status</CODE>. (For example, this <CODE>Result</CODE> might be returned if the functions in the API were called in an improper order.)</p> 761 </div> 762 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionAddErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_ADD)</CODE></h2> 763 <div class="section"> 764 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to register connection</CODE>.</p> 765 </div> 766 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionCanceledErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_CANCELED)</CODE></h2> 767 <div class="section"> 768 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Canceled connection</CODE>.</p> 769 </div> 770 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionHostMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_HOST_MAX)</CODE></h2> 771 <div class="section"> 772 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of connections to same host exceeded</CODE>.</p> 773 </div> 774 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultConnectionProcessMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONN_PROCESS_MAX)</CODE></h2> 775 <div class="section"> 776 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of connections used by one process exceeded</CODE>.</p> 777 </div> 778 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestUrlErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_REQ_URL)</CODE></h2> 779 <div class="section"> 780 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid URL</CODE>.</p> 781 </div> 782 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestPortErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_REQ_CONNMSG_PORT)</CODE></h2> 783 <div class="section"> 784 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid communication target port number</CODE>.</p> 785 </div> 786 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestUnknownMethodErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_REQ_UNKNOWN_METHOD)</CODE></h2> 787 <div class="section"> 788 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Unknown method</CODE>.</p> 789 </div> 790 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestHeaderErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_RES_HEADER)</CODE></h2> 791 <div class="section"> 792 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Invalid HTTP header</CODE>.</p> 793 </div> 794 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultRequestNoNewLineErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_RES_NONEWLINE)</CODE></h2> 795 <div class="section"> 796 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>No newline in HTTP header</CODE>.</p> 797 </div> 798 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultBodyBufErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_RES_BODYBUF)</CODE></h2> 799 <div class="section"> 800 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>HTTP body receive buffer error</CODE>.</p> 801 </div> 802 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultBodyBufShortage, detail::MakePermanentResult, Result::SUMMARY_WOULD_BLOCK, ER_RES_BODYBUF_SHORTAGE)</CODE></h2> 803 <div class="section"> 804 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Insufficient HTTP Body receive buffer</CODE>.</p> 805 </div> 806 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostAddedAnotherErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_ADDED_ANOTHER)</CODE></h2> 807 <div class="section"> 808 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to add POST data</CODE>.</p> 809 </div> 810 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostBoundaryErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_BOUNDARY)</CODE></h2> 811 <div class="section"> 812 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Boundary of POST data cannot be properly set</CODE>.</p> 813 </div> 814 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostSendErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_SEND)</CODE></h2> 815 <div class="section"> 816 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>POST request send failure</CODE>.</p> 817 </div> 818 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostUnknownEnctypeErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_UNKNOWN_ENCTYPE)</CODE></h2> 819 <div class="section"> 820 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Unknown encoding type for POST</CODE>.</p> 821 </div> 822 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultPostNoDataErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_POST_NODATA)</CODE></h2> 823 <div class="section"> 824 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>No settings have been configured for sending POST data</CODE>.</p> 825 </div> 826 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultSslErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL)</CODE></h2> 827 <div class="section"> 828 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>SSL error</CODE>.</p> 829 </div> 830 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultCertExistErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_CERT_EXIST)</CODE></h2> 831 <div class="section"> 832 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>SSL certificate already set (must be deleted before re-registering)</CODE>.</p> 833 </div> 834 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultNoCaCertStoreErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_NO_CA_CERT_STORE)</CODE></h2> 835 <div class="section"> 836 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>No such SSL CA certificate store registered</CODE>.</p> 837 </div> 838 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultNoClientCertErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_NO_CLIENT_CERT)</CODE></h2> 839 <div class="section"> 840 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>No such SSL client certificate registered</CODE>.</p> 841 </div> 842 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultCaCertStoreMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_CA_CERT_STORE_MAX)</CODE></h2> 843 <div class="section"> 844 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>The maximum number of CA certificate stores that can be registered for a single SSL process have already been registered.</CODE></p> 845 </div> 846 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultClientCertMaxErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_CLIENT_CERT_MAX)</CODE></h2> 847 <div class="section"> 848 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Maximum number of client certificates that can be registered simultaneously for a single SSL process have already registered</CODE>.</p> 849 </div> 850 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultFailToCreateCertStoreErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_FAIL_TO_CREATE_CERT_STORE)</CODE></h2> 851 <div class="section"> 852 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to create the SSL certificate store</CODE>.</p> 853 </div> 854 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultFailToCreateClientCertErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SSL_FAIL_TO_CREATE_CLIENT_CERT)</CODE></h2> 855 <div class="section"> 856 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to create SSL client certificate</CODE>.</p> 857 </div> 858 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultDnsResolutionErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SOC_DNS)</CODE></h2> 859 <div class="section"> 860 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>DNS name resolution failure</CODE>.</p> 861 </div> 862 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultSocketSendErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SOC_SEND)</CODE></h2> 863 <div class="section"> 864 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Socket data send failure</CODE>.</p> 865 </div> 866 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultSocketReceiveErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SOC_RECV)</CODE></h2> 867 <div class="section"> 868 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Socket data receive failure</CODE>.</p> 869 </div> 870 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultSocketConnectErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_SOC_CONN)</CODE></h2> 871 <div class="section"> 872 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Socket connection failure</CODE>.</p> 873 </div> 874 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultGetProxySettingErr, detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_GET_PROXY_SETTING)</CODE></h2> 875 <div class="section"> 876 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Failed to get proxy value set by device</CODE>.</p> 877 </div> 878 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultNotImplementedErr, detail::MakePermanentResult, Result::SUMMARY_INTERNAL, nn::Result::DESCRIPTION_NOT_IMPLEMENTED)</CODE></h2> 879 <div class="section"> 880 <p>Returns a <CODE>Result</CODE> indicating the following error: <CODE>Process not yet implemented</CODE>. This is an internal implementation error.</p> 881 </div> 882 <h2>Description of <CODE>NN_DEFINE_RESULT_CONST_LM(ResultTimeout, detail::MakePermanentResult, Result::SUMMARY_NOTHING_HAPPENED, ER_TIMEOUT)</CODE></h2> 883 <div class="section"> 884 <p>Returns a <CODE>Result</CODE> indicating a timeout.</p> 885 </div> 886 <hr><p>CONFIDENTIAL</p></body> 887</html>