Skip to content

Instantly share code, notes, and snippets.

@vasarhelyia
Created September 21, 2015 14:56
Show Gist options
  • Save vasarhelyia/2efd5858d8a704b2c0b8 to your computer and use it in GitHub Desktop.
Save vasarhelyia/2efd5858d8a704b2c0b8 to your computer and use it in GitHub Desktop.
error
var serializationError: NSError?
request.HTTPBody = body.rawData(options: .PrettyPrinted, error: &serializationError)
if let error = serializationError {
return Result.failure(error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment