ErrLookup › dotnet/eShop

dotnet/eShop

A reference .NET application implementing an eCommerce site · C# · 502 source files

Analyzed at 9b4f9434f4 on 2026-08-13. 10 documented errors.

Code / MessageTypeSeverityTags
Unauthenticated
The caller is not authenticated.
exception error grpc, authentication, basket-api, authorization, jwt
NotFound
Basket with buyer id {userId} does not exist
exception error grpc, not-found, basket-api, redis, state
Empty stock, product item {Name} is sold out
exception error domain, catalog-api, inventory, concurrency, ddd
Item units desired should be greater than zero
validation error domain, catalog-api, validation, precondition, inventory
Is not possible to change the order status from {OrderStatus
exception error domain, ordering, state-machine, ddd, concurrency
Invalid number of units
exception error domain, ordering, validation, precondition, ddd
The total of order item is lower than applied discount
exception error domain, ordering, validation, pricing, ddd
Discount is not valid
exception error domain, ordering, validation, pricing, ddd
Invalid units
exception error domain, ordering, validation, ddd
Request with {id} already exists
exception warning infrastructure, ordering, idempotency, duplicate, messaging