SmartAccountIndexerException
public class SmartAccountIndexerException : SmartAccountException, @unchecked Sendable
Indexer-related errors (10xxx range).
-
Indicates that an indexer request failed (network error or non-success HTTP status).
See moreDeclaration
Swift
public final class RequestFailed : SmartAccountIndexerException, @unchecked Sendable -
Indicates that an indexer request timed out.
See moreDeclaration
Swift
public final class Timeout : SmartAccountIndexerException, @unchecked Sendable -
Undocumented
Declaration
Swift
public static func requestFailed(reason: String, cause: Error? = nil) -> RequestFailed -
Undocumented
Declaration
Swift
public static func timeout(url: String, cause: Error? = nil) -> Timeout
View on GitHub
Install in Dash