Other Enumerations

The following enumerations are available globally.

  • This enum represents the type of electric current

    Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

    See more

    Declaration

    Swift

    public enum ElectricCurrentType : UInt32, CaseIterable, Codable
  • Defines the type of the electric vehicle.

    Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

    See more

    Declaration

    Swift

    public enum ElectricVehicleType : UInt32, CaseIterable, Codable
  • AuthorizationError represents an error’s enum

    See more

    Declaration

    Swift

    public enum AuthorizationError : UInt32, CaseIterable, Codable
    extension AuthorizationError : Error