API status codes and errors
This section provides a detailed understanding of various error codes that might be encountered while interacting with the SEM APIs. Each error code is associated with a specific HTTP status, category, and severity level. The following table shows the expected HTTP response error codes.
Error Code | HTTP Status | Category | Severity |
---|---|---|---|
CONTENT_NOT_FOUND.SEM_API | 400 | Application | Info |
FORBIDDEN.SEM_API | 401 | Data | Error |
INVALID_REQUEST.SEM_API | 404 | Data | Error |
SYSTEM_ERROR.SEM_API | 500 | System | Error |
Updated about 16 hours ago