Skip to content

Commit 141b1ce

Browse files
chore!: change the error code enum to internal visibility
1 parent f5830f1 commit 141b1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/GraphQLWS/GraphQLWSError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ struct GraphQLWSError: Error {
8888
}
8989

9090
/// Error codes for miscellaneous issues
91-
public enum ErrorCode: Int, CustomStringConvertible, Sendable {
91+
enum ErrorCode: Int, CustomStringConvertible, Sendable {
9292
/// Miscellaneous
9393
case miscellaneous = 4400
9494

0 commit comments

Comments
 (0)