We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461b68b commit 3980c6cCopy full SHA for 3980c6c
Firestore/Swift/Source/Stages.swift
@@ -26,7 +26,8 @@ import Foundation
26
protocol Stage {
27
var name: String { get }
28
var bridge: StageBridge { get }
29
- /// The `errorMessage` defaults to `nil`. Errors during stage construction are captured and thrown later when `execute()` is called.
+ /// The `errorMessage` defaults to `nil`. Errors during stage construction are captured and thrown
30
+ /// later when `execute()` is called.
31
var errorMessage: String? { get }
32
}
33
0 commit comments