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 b5aee64 commit 55680eeCopy full SHA for 55680ee
FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift
@@ -25,7 +25,7 @@ struct RingBuffer<Element>: Sequence {
25
enum Error: LocalizedError {
26
case outOfBoundsPush(pushIndex: Array<Element?>.Index, endIndex: Array<Element?>.Index)
27
28
- var errorDescription: String {
+ var errorDescription: String? {
29
switch self {
30
case let .outOfBoundsPush(pushIndex, endIndex):
31
return "Out-of-bounds push at index \(pushIndex) to ring buffer with" +
0 commit comments