LibraryStateError

public enum LibraryStateError : Error, Equatable
extension LibraryStateError: CustomStringConvertible

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.

  • Error returned when library is in an incorrect InitializationState for the method being called. For example trying to use the secure filesystem before the library is initilized.

    Declaration

    Swift

    case invalidInitializationState
  • Declaration

    Swift

    public var description: String { get }