SwiftKitError

struct SwiftKitError

The SwiftKitError

  • The reason

    Declaration

    Swift

    let reason: String
  • The Error

    Declaration

    Swift

    let error: Error?
  • A localized message describing what error occurred

    Declaration

    Swift

    var errorDescription: String? { get }
  • The localized Description

    Declaration

    Swift

    var localizedDescription: String { get }
  • A textual representation of this instance

    Declaration

    Swift

    var description: String { get }
  • A textual representation of this instance, suitable for debugging

    Declaration

    Swift

    var debugDescription: String { get }