mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
docs: regenerate
This commit is contained in:
parent
02f90899a3
commit
6fd636c26c
1239 changed files with 214126 additions and 66229 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Plugin.Ipc.Exceptions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -77,6 +77,15 @@
|
|||
<div class="markdown level0 remarks"></div>
|
||||
<h3 id="classes">Classes
|
||||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.Ipc.Exceptions.DataCacheCreationError.html">DataCacheCreationError</a></h4>
|
||||
<section><p>This exception is thrown when a null value is provided for a data cache or it does not implement the expected type.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.Ipc.Exceptions.DataCacheTypeMismatchError.html">DataCacheTypeMismatchError</a></h4>
|
||||
<section><p>This exception is thrown when a data cache is accessed with the wrong type.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.Ipc.Exceptions.DataCacheValueNullError.html">DataCacheValueNullError</a></h4>
|
||||
<section><p>This exception is thrown when a null value is provided for a data cache or it does not implement the expected type.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.Ipc.Exceptions.IpcError.html">IpcError</a></h4>
|
||||
<section><p>This exception is thrown when an IPC errors are encountered.</p>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue