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 2b31535 commit bf2faceCopy full SHA for bf2face
Sources/VRCKit/Errors.swift
@@ -9,7 +9,7 @@ import Foundation
9
10
/// An enumeration that represents various errors that can occur in the VRCKit framework.
11
/// Conforms to the `Error` and `LocalizedError` protocols for better error handling and localization.
12
-public enum VRCKitError: Error, LocalizedError {
+public enum VRCKitError: Error, LocalizedError, Equatable {
13
private typealias RawValue = String
14
15
/// Represents an error from the API with details.
0 commit comments