Enums

The following enums are available globally.

  • Used to represent whether an operation was successful or encountered an error.

    See more

    Declaration

    Swift

    public enum Result<SuccessType>
  • An enum indicating the type of a Node object.

    See more

    Declaration

    Swift

    public enum NodeType