PolygonError

public enum PolygonError : Int, Error
extension PolygonError: LocalizedError

The PolygonError enum contains possible errors that can occurs during Polygon init.

Important

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

LocalizedError

  • Declaration

    Swift

    public var errorDescription: String? { get }