Error

extension Realm.Error
extension Realm.Error: Equatable
  • This error could be returned by completion block when no success and no error were produced

    Declaration

    Swift

    public static let callFailed: Realm.Error
  • The file URL which produced this error, or nil if not applicable

    Declaration

    Swift

    public var fileURL: URL? { get }