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 c92a924 commit c5b759fCopy full SHA for c5b759f
FirebaseAI/Sources/Types/Public/URLMetadata.swift
@@ -36,10 +36,10 @@ public struct URLMetadata: Sendable, Hashable {
36
/// URL retrieval failed due to an error.
37
public static let error = URLRetrievalStatus(kind: .error)
38
39
- // URL retrieval failed failed because the content is behind paywall.
+ /// URL retrieval failed failed because the content is behind paywall.
40
public static let paywall = URLRetrievalStatus(kind: .paywall)
41
42
- // URL retrieval failed because the content is unsafe.
+ /// URL retrieval failed because the content is unsafe.
43
public static let unsafe = URLRetrievalStatus(kind: .unsafe)
44
45
/// Returns the raw string representation of the `URLRetrievalStatus` value.
0 commit comments