summaryrefslogtreecommitdiff
path: root/docs/Enums/SDLMenuManagerError.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Enums/SDLMenuManagerError.html')
-rw-r--r--docs/Enums/SDLMenuManagerError.html76
1 files changed, 76 insertions, 0 deletions
diff --git a/docs/Enums/SDLMenuManagerError.html b/docs/Enums/SDLMenuManagerError.html
index 71e27faa1..9dcfc281b 100644
--- a/docs/Enums/SDLMenuManagerError.html
+++ b/docs/Enums/SDLMenuManagerError.html
@@ -5,6 +5,10 @@
<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>
@@ -49,4 +53,76 @@
+ <h3 id="section-SDLMenuManagerErrorOperationCancelled">
+ SDLMenuManagerErrorOperationCancelled
+ </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">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>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">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>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">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>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">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>