Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/FoundationEssentials/CocoaError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public struct CocoaError : CustomNSError, _StoredError, Hashable {

/// Describes the code of an error.
@available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
public protocol _ErrorCodeProtocol : Equatable {
public protocol _ErrorCodeProtocol : Equatable, RawRepresentable {
#if FOUNDATION_FRAMEWORK
/// The corresponding error code.
associatedtype _ErrorType: _BridgedStoredNSError where _ErrorType.Code == Self
Expand Down