Facebook
From 123, 6 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 308
  1. ```
  2. {
  3.     "errorCode": 1100,
  4.     "errorMessage": "The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0.",
  5.     "stackTrace": "   at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)\n   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)\n   at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 utf8Json, JsonTypeInfo jsonTypeInfo, Nullable`1 actualByteCount)\n   at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 json, JsonTypeInfo jsonTypeInfo)\n   at NetexApi.Library.Connector.NetexApiEndpoint`2.DeserializeResponseAsync(String responseString)\n   at NetexApi.Library.Connector.NetexApiEndpoint`2.GetResponseAsync(NetexApiParameters options, TRequestParam req)\n   at NetexApi.Library.Connector.NetexApiConnector.DepositGetTerms(NetexApiParameters apiParameters, DepositTermsRequestApiDto request)\n   at Accounting.Application.BrokerOperations.BrokerOperationAppService.GetDepositTerms(BrokerDepositTermsRequestDto request) in /src/src/modules/accounting/Accounting.Application/BrokerOperations/BrokerOperationAppService.cs:line 163\n   at Public.Api.Controllers.Trader.BrokerOperationController.GetDepositTerms() in /src/src/gateways/Public.Api/Controllers/Trader/BrokerOperationController.cs:line 76\n   at lambda_method1296(Closure, Object)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)\n   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)\n   at Bfg.Shared.Host.Middlewares.UnitOfWorkMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)\n   at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()\n--- End of stack trace from previous location ---\n   at Bfg.RT.Shared.Infrastructure.Middlewares.ExceptionsProcessingMiddleware.Invoke(HttpContext context) in /src/src/shared/Shared.Infrastructure/Middlewares/ExceptionsProcessingMiddleware.cs:line 56"
  6. }
  7. ```