Skip to content

Instantly share code, notes, and snippets.

@markvanwijnen
Created March 8, 2021 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markvanwijnen/b215adf069ffaf9e9aab8703df890fcc to your computer and use it in GitHub Desktop.
Save markvanwijnen/b215adf069ffaf9e9aab8703df890fcc to your computer and use it in GitHub Desktop.
enum OAuthError: Error {
case unknown
case urlError(URLError)
case httpURLResponse(Int)
case cannotDecodeRawData
case cannotParseResponse
case unexpectedResponse
case failedToConfirmCallback
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment