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.
IpcValueNullError
This exception is thrown when a null value is passed to an IPC requiring a value type.