LSError

struct LSError
extension LSError : CustomNSError, Error, Error, Sendable, Sendable

LicenseSpring error.

  • Error code.

    Declaration

    Swift

    var code: LSErrorCode
  • Error user info.

    Declaration

    Swift

    var userInfo: [String : Any]
  • The domain of the error.

    Declaration

    Swift

    static var errorDomain: String { get }
  • The error code within the given domain.

    Declaration

    Swift

    var errorCode: Int { get }
  • The user-info dictionary.

    Declaration

    Swift

    var errorUserInfo: [String : Any] { get }