Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Enumeration
enum SignatureError

Enumeration Cases

SignatureError.approvalFailed

case approvalFailed

SignatureError.creationFailed

case creationFailed

SignatureError.decodingError

case decodingError

SignatureError.networkError

case networkError

SignatureError.serviceError(_:)

case serviceError(CrossmintServiceError)

SignatureError.unknown

case unknown

SignatureError.userCancelled

case userCancelled

Instance Properties

errorMessage

Inherited from ServiceError.errorMessage.
var errorMessage: String { get }

Type Methods

fromNetworkError(_:)

Inherited from ServiceError.fromNetworkError(_:).
static func fromNetworkError(_ error: NetworkError) -> SignatureError

fromServiceError(_:)

Inherited from ServiceError.fromServiceError(_:).
static func fromServiceError(_ error: CrossmintServiceError) -> SignatureError