SmartAccountSessionException
public class SmartAccountSessionException : SmartAccountException, @unchecked Sendable
Session-related errors (9xxx range).
-
Indicates that the session has expired.
See moreDeclaration
Swift
public final class Expired : SmartAccountSessionException, @unchecked Sendable -
Indicates that the session is malformed or rejected during validation.
See moreDeclaration
Swift
public final class Invalid : SmartAccountSessionException, @unchecked Sendable -
Undocumented
Declaration
Swift
public static func invalid(reason: String, cause: Error? = nil) -> Invalid
View on GitHub
Install in Dash