summaryrefslogtreecommitdiff
path: root/docs/Enums/SDLAlertManagerError.html
blob: 86be42688403e87d9b0b0d12e1e65c941987f62b (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
<h1>SDLAlertManagerError Enumeration Reference</h1>

<h3>Section Contents</h3>

<ul>
  <li><a href="#section-SDLAlertManagerPresentationError">SDLAlertManagerPresentationError</a></li>
  <li><a href="#section-SDLAlertManagerInvalidDataError">SDLAlertManagerInvalidDataError</a></li>
</ul>

<h3>Overview</h3>

<p>Errors associated with Alert Manager class</p>


<section class="section task-group-section">
  <h3 id="section-SDLAlertManagerPresentationError">
      SDLAlertManagerPresentationError
  </h3>
  
  <p>There was an error presenting the alert</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLAlertManagerPresentationError</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">presentationError</span> <span class="o">=</span> <span class="o">-</span><span class="mi">1</span></code></pre>

  
  
  
  <h3 id="section-SDLAlertManagerInvalidDataError">
      SDLAlertManagerInvalidDataError
  </h3>
  
  <p>The alert data is invalid</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLAlertManagerInvalidDataError</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">invalidDataError</span> <span class="o">=</span> <span class="o">-</span><span class="mi">2</span></code></pre>

  
  
  
</section>