LockConflictError

public class LockConflictError : CustomStringConvertible, JSONRepresentable

The LockConflictError struct

  • The lock that caused the conflict.

    Declaration

    Swift

    public let lock: Files.FileLock
  • Declaration

    Swift

    public var description: String { get }