KeysRotatorError

@objc(VSRKeysRotatorError)
public enum KeysRotatorError : Int, LocalizedError

KeysRotator errors

  • concurrentRotation: concurrent rotation is not allowed
  • Undocumented

    Declaration

    Swift

    case concurrentRotation = 1
  • Human-readable localized description

    Declaration

    Swift

    public var errorDescription: String? { get }