Structures

The following structures are available globally.

Error

  • Error stub to use for simplification

    See more

    Declaration

    Swift

    public struct GeneralError : Error
  • Struct to work with versions. Version example - 0.19.0.123

    See more

    Declaration

    Swift

    public struct Version : Codable, Equatable
    extension Version: ExpressibleByStringLiteral
    extension Version: CustomStringConvertible
    extension Version: Comparable