SmartAccountStorageException
public class SmartAccountStorageException : SmartAccountException, @unchecked Sendable
Storage-related errors (8xxx range).
-
Indicates that reading from the storage backend failed.
See moreDeclaration
Swift
public final class ReadFailed : SmartAccountStorageException, @unchecked Sendable -
Indicates that writing to the storage backend failed.
See moreDeclaration
Swift
public final class WriteFailed : SmartAccountStorageException, @unchecked Sendable -
Undocumented
Declaration
Swift
public static func readFailed(key: String, cause: Error? = nil) -> ReadFailed -
Undocumented
Declaration
Swift
public static func writeFailed(key: String, cause: Error? = nil) -> WriteFailed
View on GitHub
Install in Dash