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.
2 parents 5ab1e3b + 698b5df commit 6485414Copy full SHA for 6485414
Sources/WriteFreely/WFError.swift
@@ -1,6 +1,6 @@
1
import Foundation
2
3
-enum WFError: Int, Error {
+public enum WFError: Int, Error {
4
case badRequest = 400
5
case unauthorized = 401
6
case forbidden = 403
0 commit comments