UNPKG

on-http-y1

Version:
22 lines (21 loc) 523 B
{ "message": "<%=message%>", "status": "<%=status%>", "UUID": "<%=uuid%>" <% if (hasOwnProperty("errors")) { %> ,"errors": [ <% errors.forEach(function ( item, i, arr){ %> "<%=item %>" <%= ( arr.length > 0 && i < arr.length-1 ) ? ',': '' %> <% }); %> ] <% } %> <% if (hasOwnProperty("stack")) { %> ,"stack": [ <% stack.forEach(function ( item, i, arr){ %> "<%=item %>" <%= ( arr.length > 0 && i < arr.length-1 ) ? ',': '' %> <% }); %> ] <% } %> }