Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.03 KB | None | 0 0
  1. {”message”:“An error has occurred.“,”exceptionMessage”:“Value cannot be null.\r\nParameter name: Cannot pass null model to Validate.“,”exceptionType”:“System.ArgumentNullException,“stackTrace”:”   at FluentValidation.AbstractValidator`1.EnsureInstanceNotNull(Object instanceToValidate)\r\n   at FluentValidation.AbstractValidator`1.Validate(ValidationContext`1 context)\r\n   at FluentValidation.AbstractValidator`1.Validate(T instance)\r\n   at Metastore.WebApi.Controllers.ItemsController.<CreateItemAsync>d__3.MoveNext() in d:\\a\\1\\s\\App\\Web\\Metastore.WebApi\\Controllers\\ItemsController.cs:line 93\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Threading.Tasks.TaskHelpersExtensions.<CastToObject>d__3`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement