The current MCIP implementation uses standard NestJS exception handling with basic HTTP error responses. Structured error codes and graceful degradation features described below are planned for future releases.
Common Status Codes:
| Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad Request (invalid input) |
| 401 | Unauthorized (invalid API key) |
| 500 | Internal Server Error |