Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 25, 2023
1 parent 6119118 commit a8fde4a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/error_handling.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 class="title">Module <code>pyControl4.error_handling</code></h1>


class InvalidCategory(C4Exception):
&#34;&#34;&#34;Raised when an invalid category is provided when calling
&#34;&#34;&#34;Raised when an invalid category is provided when calling
`pyControl4.director.C4Director.getAllItemsByCategory`.&#34;&#34;&#34;


Expand All @@ -68,10 +68,7 @@ <h1 class="title">Module <code>pyControl4.error_handling</code></h1>
&#34;Permission denied Bad credentials&#34;: BadCredentials,
}

DIRECTOR_ERRORS = {
&#34;Unauthorized&#34;: Unauthorized,
&#34;Invalid category&#34;: InvalidCategory
}
DIRECTOR_ERRORS = {&#34;Unauthorized&#34;: Unauthorized, &#34;Invalid category&#34;: InvalidCategory}

DIRECTOR_ERROR_DETAILS = {&#34;Expired or invalid token&#34;: BadToken}

Expand Down Expand Up @@ -298,7 +295,7 @@ <h3>Subclasses</h3>
<span>Expand source code</span>
</summary>
<pre><code class="python">class InvalidCategory(C4Exception):
&#34;&#34;&#34;Raised when an invalid category is provided when calling
&#34;&#34;&#34;Raised when an invalid category is provided when calling
`pyControl4.director.C4Director.getAllItemsByCategory`.&#34;&#34;&#34;</code></pre>
</details>
<h3>Ancestors</h3>
Expand Down

0 comments on commit a8fde4a

Please sign in to comment.