Error

public enum Error : LocalizedError

An error that occurs during the creation of the instance.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • Textual description of the error.

    Declaration

    Swift

    public var errorDescription: String? { get }