Other Enumerations

The following enumerations are available globally.

  • Enumeration for incorrect initialization state errors.

    This enumeration represents errors that may be encountered when using the library whilst in the wrong initialization state.

    Each enumeration has a brief description associated with it.

    See more

    Declaration

    Swift

    public enum LibraryStateError : Error, Equatable
    extension LibraryStateError: CustomStringConvertible