Show / Hide Table of Contents

Namespace Dalamud.Plugin.Ipc.Exceptions

Classes

IpcError

This exception is thrown when an IPC errors are encountered.

IpcLengthMismatchError

This exception is thrown when an IPC method is invoked and the number of types does not match what was previously registered.

IpcNotReadyError

This exception is thrown when an IPC method is invoked, but no actions or funcs have been registered yet.

IpcTypeMismatchError

This exception is thrown when an IPC method is checked out, but the type does not match what was previously registered.

In This Article
Back to top Generated by DocFX