export function error(status, errors){
  if (!errors) { errors = status; status = STATUS_CODES.error; }

  return [status, jsonMimeType, errors];
}