In advent of any error encountered, the following response will be returned:

{
   "code": "number",
   "message": "string",
   "errors": [
      {
         "field": "string",
         "message": "string"
      }
   ]
}