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.

Protocol
protocol ServiceError : Error

Instance Properties

errorMessage

var errorMessage: String { get }

Type Methods

fromNetworkError(_:)

static func fromNetworkError(_ error: NetworkError) -> Self

fromServiceError(_:)

static func fromServiceError(_ error: CrossmintServiceError) -> Self