Skip to content

LemonSqueezyError

mauryaratan edited this page Feb 5, 2023 · 1 revision

LemonSqueezyError

The error types relating to Lemon Squeezy instances and methods.

public enum LemonSqueezyError: Error 

Inheritance

Error, LocalizedError

Enumeration Cases

UnknownError

This error is thrown only when no other error type adequately matches encountered problem.

case UnknownError(_ context: Any? = nil)

Properties

errorDescription

The human-readable description for the error.

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