Skip to content

LemonSqueezyAPIError

mauryaratan edited this page Feb 5, 2023 · 1 revision

LemonSqueezyAPIError

An error returned from Lemon Squeezy API

public struct LemonSqueezyAPIError: Codable, Hashable 

Inheritance

Codable, Hashable, LocalizedError

Properties

errors

public let errors: [ErrorDetail]?

error

public let error: String?

errorDescription

The human-readable description for the error

public var errorDescription: String? 
Types
Global Functions
Clone this wiki locally