aronbalog / Vox

Swift JSON:API client framework
http://jsonapi.org
MIT License
46 stars 19 forks source link

Allow ErrorObject to be stringified #16

Open Thiryn opened 6 years ago

Thiryn commented 6 years ago

I would like to log any error in a text log system. As an error is not a resource, it is not possible to serialize it. We could imagine something like keeping the dictionary from the init() and transform it as json string afterward.