Company Logo
MCIP
Server

Error Handling

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:

CodeMeaning
200Success
400Bad Request (invalid input)
401Unauthorized (invalid API key)
500Internal Server Error