Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.51 KB | None | 0 0
  1. {
  2.   "status": false,
  3.   "error": "An error occurred. Check response body for details.",
  4.   "error_obj": {
  5.     "created_at": "2016-10-27T12:52:25+00:00",
  6.     "error_type": "runtime",
  7.     "system": {
  8.       "domain": "cla",
  9.       "role": "api",
  10.       "environment": "local"
  11.     },
  12.     "message": "Array to string conversion",
  13.     "details": {
  14.       "post_body": {
  15.         "branch_id": "80",
  16.         "borrower_id": "603",
  17.         "loan_administrator_id": "67",
  18.         "loan_type": "credit_line",
  19.         "current_status": 10,
  20.         "flags": 0,
  21.         "is_flagged": false,
  22.         "created_at": "2016-10-27 12:52:25",
  23.         "created_by": "989",
  24.         "updated_by": "989"
  25.       },
  26.       "request_uri": "/v1.1/loan/drafts/3263/finalize",
  27.       "user": {
  28.         "user_id": "989",
  29.         "default_role": "bankAdministrator",
  30.         "roles": {
  31.           "bankAdministrator": {
  32.             "key": "bank_administrator_id",
  33.             "id": "37",
  34.             "groups": {
  35.               "banks": [
  36.                 "48"
  37.               ]
  38.             }
  39.           }
  40.         }
  41.       }
  42.     },
  43.     "payload": {
  44.       "severity": "Notice",
  45.       "filepath": "/var/www/api/public/application/libraries/BuiltValidator.php",
  46.       "line": 57
  47.     },
  48.     "trace": [
  49.       {
  50.         "file": "/var/www/api/public/application/libraries/BuiltValidator.php",
  51.         "line": 57,
  52.         "function": "implode"
  53.       },
  54.       {
  55.         "file": "/var/www/api/public/application/libraries/BuiltValidator.php",
  56.         "line": 77,
  57.         "function": "getSystemErrors",
  58.         "class": "Built\\Api\\Libraries\\BuiltValidator"
  59.       },
  60.       {
  61.         "file": "/var/www/api/public/application/libraries/LoanValidator.php",
  62.         "line": 284,
  63.         "function": "hasErrors",
  64.         "class": "Built\\Api\\Libraries\\BuiltValidator"
  65.       },
  66.       {
  67.         "file": "/var/www/api/public/application/models/Loans/Loan.php",
  68.         "line": 1245,
  69.         "function": "activateLoan",
  70.         "class": "LoanValidator"
  71.       },
  72.       {
  73.         "file": "/var/www/api/public/application/controllers/v1.1/loan/Drafts.php",
  74.         "line": 116,
  75.         "function": "edit",
  76.         "class": "Built\\Api\\Models\\Loans\\Loan"
  77.       },
  78.       {
  79.         "function": "putFinalize",
  80.         "class": "Built\\Api\\Controllers\\v1_1\\Loan\\Drafts"
  81.       },
  82.       {
  83.         "file": "/var/www/api/public/application/controllers/BuiltController.php",
  84.         "line": 1162,
  85.         "function": "call_user_func_array"
  86.       }
  87.     ]
  88.   }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement