summaryrefslogtreecommitdiff
path: root/docs/Enums
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-05-24 11:29:39 -0400
committerJoel Fischer <joeljfischer@gmail.com>2021-05-24 11:29:39 -0400
commit5a75e1ca1f239c13eb62e15308ebf2de43bd72c0 (patch)
tree9d3a4945dbe6c51c3212e72cdb2689e7085c6a23 /docs/Enums
parentd670fa8e562be1ed5607bec15b631a65f0070f3d (diff)
downloadsdl_ios-5a75e1ca1f239c13eb62e15308ebf2de43bd72c0.tar.gz
Update for v7.1.1
Diffstat (limited to 'docs/Enums')
-rw-r--r--docs/Enums/SDLEncryptionLifecycleManagerError.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/Enums/SDLEncryptionLifecycleManagerError.html b/docs/Enums/SDLEncryptionLifecycleManagerError.html
index cd76d0754..020808c75 100644
--- a/docs/Enums/SDLEncryptionLifecycleManagerError.html
+++ b/docs/Enums/SDLEncryptionLifecycleManagerError.html
@@ -6,6 +6,7 @@
<li><a href="#section-SDLEncryptionLifecycleManagerErrorNotConnected">SDLEncryptionLifecycleManagerErrorNotConnected</a></li>
<li><a href="#section-SDLEncryptionLifecycleManagerErrorEncryptionOff">SDLEncryptionLifecycleManagerErrorEncryptionOff</a></li>
<li><a href="#section-SDLEncryptionLifecycleManagerErrorNAK">SDLEncryptionLifecycleManagerErrorNAK</a></li>
+ <li><a href="#section-SDLEncryptionLifecycleManagerErrorUnknown">SDLEncryptionLifecycleManagerErrorUnknown</a></li>
</ul>
<h3>Overview</h3>
@@ -68,4 +69,22 @@
+ <h3 id="section-SDLEncryptionLifecycleManagerErrorUnknown">
+ SDLEncryptionLifecycleManagerErrorUnknown
+ </h3>
+
+ <p>An unknown error occurred</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight objective_c"><code><span class="n">SDLEncryptionLifecycleManagerErrorUnknown</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">unknown</span> <span class="o">=</span> <span class="o">-</span><span class="mi">4</span></code></pre>
+
+
+
+
</section>