Guest User

aws-lambda-dotnet-fail

a guest
Dec 6th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.87 KB | None | 0 0
  1. {
  2.     "errorType" : "JsonReaderException",
  3.     "errorMessage" : "Unexpected character encountered while parsing value: {. Path '', line 1, position 1.",
  4.     "stackTrace"   : [
  5.         "at Newtonsoft.Json.JsonTextReader.ReadStringValue(ReadType readType)",
  6.         "at Newtonsoft.Json.JsonTextReader.ReadAsString()",
  7.         "at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean hasConverter)",
  8.         "at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)",
  9.         "at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)",
  10.         "at Newtonsoft.Json.JsonSerializer.Deserialize[T](JsonReader reader)",
  11.         "at lambda_method(Closure , Stream , Stream , ContextInfo )"
  12.     ]
  13. }
Advertisement
Add Comment
Please, Sign In to add comment