SmartAccountTransactionException
public class SmartAccountTransactionException : SmartAccountException, @unchecked Sendable
Transaction-related errors (5xxx range).
-
Indicates that transaction simulation against the RPC failed.
See moreDeclaration
Swift
public final class SimulationFailed : SmartAccountTransactionException, @unchecked Sendable -
Indicates that producing or attaching a signature failed.
See moreDeclaration
Swift
public final class SigningFailed : SmartAccountTransactionException, @unchecked Sendable -
Indicates that submitting the signed transaction failed.
See moreDeclaration
Swift
public final class SubmissionFailed : SmartAccountTransactionException, @unchecked Sendable -
Indicates that polling for transaction completion timed out.
See moreDeclaration
Swift
public final class Timeout : SmartAccountTransactionException, @unchecked Sendable -
Undocumented
Declaration
Swift
public static func simulationFailed(reason: String, cause: Error? = nil) -> SimulationFailed -
Undocumented
Declaration
Swift
public static func signingFailed(reason: String, cause: Error? = nil) -> SigningFailed -
Undocumented
Declaration
Swift
public static func submissionFailed(reason: String, cause: Error? = nil) -> SubmissionFailed -
Undocumented
Declaration
Swift
public static func timeout(details: String? = nil, cause: Error? = nil) -> Timeout
View on GitHub
Install in Dash