SS Nagativecases
SS Nagativecases
Access Issues
Unauthorized Access
Forbidden Access
Expired Tokens
Timeout and Latency
Slow Responses
Timeout Exceeded
Invalid Inputs
Malformed Queries
Incorrect Input Types
Invalid Input Values
Backend Failures
Simulate Downstream API Failure
Database Connection Issues
Rate Limiting
Exceed Rate Limits
Concurrency Issues
Concurrent Requests
Caching Issues
Stale Data
Network Errors
Network Disconnect
Error Handling
Custom Errors
Description
API responds with 401 Unauthorized error and error message indicating unauthorized access.
API responds with 403 Forbidden error and error message indicating access forbidden.
API responds with 401 Unauthorized error and error message indicating token expired.
API responds with 500 Internal Server Error or custom error message.
API responds with 500 Internal Server Error or custom error message.
API responds with 429 Too Many Requests error indicating rate limiting.
Responses should not intermingle data from different requests and ensure data consistency.
API responds with custom error codes and messages as per error handling logic.