PolygonError
public enum PolygonError : Error
Things that can go wrong when creating a PolygonProtocol-conforming type.
-
Invalid vertices, attempted shape type, message.
Declaration
Swift
case invalidVertices(VertexCollection, PolygonProtocol.Type, String)
View on GitHub
Install in Dash
PolygonError Enumeration Reference