summaryrefslogtreecommitdiff
path: root/docs/Enums/SDLMenuManagerError.html
blob: 2c4a9c586961acb8df160ca75f2955afe81b2c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<h1>SDLMenuManagerError Enumeration Reference</h1>

<h3>Section Contents</h3>

<ul>
  <li><a href="#section-SDLMenuManagerErrorRPCsFailed">SDLMenuManagerErrorRPCsFailed</a></li>
  <li><a href="#section-SDLMenuManagerErrorPendingUpdateSuperseded">SDLMenuManagerErrorPendingUpdateSuperseded</a></li>
  <li><a href="#section-SDLMenuManagerErrorOperationCancelled">SDLMenuManagerErrorOperationCancelled</a></li>
  <li><a href="#section-SDLMenuManagerErrorConfigurationUpdateLayoutNotSupported">SDLMenuManagerErrorConfigurationUpdateLayoutNotSupported</a></li>
  <li><a href="#section-SDLMenuManagerErrorConfigurationUpdateFailed">SDLMenuManagerErrorConfigurationUpdateFailed</a></li>
  <li><a href="#section-SDLMenuManagerErrorOpenMenuFailed">SDLMenuManagerErrorOpenMenuFailed</a></li>
</ul>

<h3>Overview</h3>

<p>Errors associated with the Menu Manager class</p>


<section class="section task-group-section">
  <h3 id="section-SDLMenuManagerErrorRPCsFailed">
      SDLMenuManagerErrorRPCsFailed
  </h3>
  
  <p>Sending menu-related RPCs returned an error from the remote system</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLMenuManagerErrorRPCsFailed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">1</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">rpcsFailed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">1</span></code></pre>

  
  
  
  <h3 id="section-SDLMenuManagerErrorPendingUpdateSuperseded">
      SDLMenuManagerErrorPendingUpdateSuperseded
  </h3>
  
  <p>A pending menu update was superseded by a later update and did not run</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLMenuManagerErrorPendingUpdateSuperseded</span> <span class="o">=</span> <span class="o">-</span><span class="mi">2</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">pendingUpdateSuperseded</span> <span class="o">=</span> <span class="o">-</span><span class="mi">2</span></code></pre>

  
  
  
  <h3 id="section-SDLMenuManagerErrorOperationCancelled">
      SDLMenuManagerErrorOperationCancelled
  </h3>
  
  <p>A pending or in-progress menu update was cancelled</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLMenuManagerErrorOperationCancelled</span> <span class="o">=</span> <span class="o">-</span><span class="mi">3</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">operationCancelled</span> <span class="o">=</span> <span class="o">-</span><span class="mi">3</span></code></pre>

  
  
  
  <h3 id="section-SDLMenuManagerErrorConfigurationUpdateLayoutNotSupported">
      SDLMenuManagerErrorConfigurationUpdateLayoutNotSupported
  </h3>
  
  <p>A configuration update failed because the configuration is not supported</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLMenuManagerErrorConfigurationUpdateLayoutNotSupported</span> <span class="o">=</span> <span class="o">-</span><span class="mi">4</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">configurationUpdateLayoutNotSupported</span> <span class="o">=</span> <span class="o">-</span><span class="mi">4</span></code></pre>

  
  
  
  <h3 id="section-SDLMenuManagerErrorConfigurationUpdateFailed">
      SDLMenuManagerErrorConfigurationUpdateFailed
  </h3>
  
  <p>A configuration update failed</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLMenuManagerErrorConfigurationUpdateFailed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">5</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">configurationUpdateFailed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">5</span></code></pre>

  
  
  
  <h3 id="section-SDLMenuManagerErrorOpenMenuFailed">
      SDLMenuManagerErrorOpenMenuFailed
  </h3>
  
  <p>An open menu operation failed</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLMenuManagerErrorOpenMenuFailed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">6</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">openMenuFailed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">6</span></code></pre>

  
  
  
</section>