StorageError

public enum StorageError : Error

An enumeration representing errors that can occur in the storage engine.

This enum conforms to the Error protocol, allowing instances of StorageError to be thrown and handled as part of Swift’s error-handling mechanism.