You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running this query against TripPin, you receive a 500 server error with the following response: {"error":{"code":"","message":"Value cannot be null.\r\nParameter name: source"}}
The response should be a 400 with a better error message, or the entites in question if this is a properly formed request.
When running this query against TripPin, you receive a 500 server error with the following response:
{"error":{"code":"","message":"Value cannot be null.\r\nParameter name: source"}}
The response should be a 400 with a better error message, or the entites in question if this is a properly formed request.
This is likely related to OData/WebApi#2737.
The text was updated successfully, but these errors were encountered: