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.
LocalizedError
1 parent 1f1f308 commit c249369Copy full SHA for c249369
FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift
@@ -22,7 +22,7 @@ struct RingBuffer<Element>: Sequence {
22
private var tailIndex: Array<Element?>.Index
23
24
/// Error types for `RingBuffer` operations.
25
- enum Error: LocalizedError {
+ enum Error: Swift.Error {
26
case outOfBoundsPush(pushIndex: Array<Element?>.Index, endIndex: Array<Element?>.Index)
27
28
var errorDescription: String {
0 commit comments