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>ErrorType</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/erreula/Overview.html">erreula</a>::<a href="../../../nn/erreula/CTR/Overview.html">CTR</a>::ErrorType</CODE> Enumerated Type</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14enum ErrorType;
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>ERROR_TYPE_ERROR_CODE</CODE></th>
28          <td>Network error. Displays the infrastructure communications-related error message corresponding to the error code.</td>
29        </tr>
30        <tr>
31          <th><CODE>ERROR_TYPE_ERROR_TEXT</CODE></th>
32          <td>System error. Displays free text made using the UI of this applet.</td>
33        </tr>
34        <tr>
35          <th><CODE>ERROR_TYPE_EULA</CODE></th>
36          <td>Displays the EULA.</td>
37        </tr>
38        <tr>
39          <th><CODE>ERROR_TYPE_EULA_FIRST_BOOT</CODE></th>
40          <td>Used for system settings. (Use prohibited.)</td>
41        </tr>
42        <tr>
43          <th><CODE>ERROR_TYPE_EULA_DRAW_ONLY</CODE></th>
44          <td>Used for system settings. (Use prohibited.)</td>
45        </tr>
46        <tr>
47          <th><CODE>ERROR_TYPE_AGREE</CODE></th>
48          <td>Used for system settings. (Use prohibited.)</td>
49        </tr>
50        <tr>
51          <th><CODE>ERROR_TYPE_ERROR_CODE_LANGUAGE</CODE></th>
52          <td>Displays a network error message in the specified display language.</td>
53        </tr>
54        <tr>
55          <th><CODE>ERROR_TYPE_ERROR_TEXT_LANGUAGE</CODE></th>
56          <td>Displays a custom error message in the specified display language.</td>
57        </tr>
58        <tr>
59          <th><CODE>ERROR_TYPE_EULA_LANGUAGE</CODE></th>
60          <td>Displays the EULA in the specified display language.</td>
61        </tr>
62        <tr>
63          <th><CODE>ERROR_TYPE_ERROR_TEXT_WORD_WRAP</CODE></th>
64          <td>Displays a custom error message with automatic line wrapping. For details, refer to the description given below of the automatic line-wrapping feature.</td>
65        </tr>
66        <tr>
67<th><CODE>ERROR_TYPE_ERROR_TEXT_LANGUAGE_WORD_WRAP</CODE> </th>
68          <td>Displays a custom error message in the specified display language with automatic line wrapping. For details, refer to the description given below of the automatic line-wrapping feature.</td>
69        </tr>
70        <tr>
71          <th><CODE>ERROR_TYPE_MAX_BIT</CODE></th>
72          <td>(This enumerator is used for internal processing. It cannot be used from the application.)</td>
73        </tr>
74      </table> </div>
75    <h2>Description</h2>
76    <div class="section">
77      <p>Enumerated type representing the error codes.</p>An automatic line-wrapping feature is provided for automatically handling newlines when the width of the message being displayed extends beyond the length of a single line. Wrapping is performed inside the message at a half-width space (<CODE>U+0020</CODE>) or full-width space (<CODE>U+3000</CODE>) position. Note, however, that it is necessary to insert returns ahead of time for long URLs and other text whose display width extends beyond the length of a line without including any returns or spaces, because the automatic wrap feature does not work with such messages. Use a no-break space (<CODE>U+00A0</CODE>) for spaces where you do not want a carriage return inserted.</div>
78    <h2>Revision History</h2>
79    <div class="section">
80      <dl class="history">
81        <dt>2011/08/19</dt>
82        <dd>Initial version.<br />
83        </dd>
84      </dl>
85    </div>
86  <hr><p>CONFIDENTIAL</p></body>
87</html>
88