SmartAccountSignerException
public class SmartAccountSignerException : SmartAccountException, @unchecked Sendable
Signer-related errors (6xxx range).
-
Indicates that the requested signer is not registered on the wallet.
See moreDeclaration
Swift
public final class NotFound : SmartAccountSignerException, @unchecked Sendable -
Indicates that the signer is malformed or rejected during validation.
See moreDeclaration
Swift
public final class Invalid : SmartAccountSignerException, @unchecked Sendable -
Undocumented
Declaration
Swift
public static func notFound(signerId: String, cause: Error? = nil) -> NotFound -
Undocumented
Declaration
Swift
public static func invalid(reason: String, cause: Error? = nil) -> Invalid
View on GitHub
Install in Dash