Skip to main content
Version: 15.x (API 15) [Current]

Namespace Dalamud.Plugin.Ipc.Exceptions

Classes​

DataCacheCreationError​

This exception is thrown when a null value is provided for a data cache or it does not implement the expected type.

DataCacheTypeMismatchError​

This exception is thrown when a data cache is accessed with the wrong type.

DataCacheValueNullError​

This exception is thrown when a null value is provided for a data cache or it does not implement the expected type.

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.