Error conventions
Lensmor API errors use real HTTP status codes.Error body
Common status codes
400 Bad Request— invalid input or unsupported request shape401 Unauthorized— missing or invalid API key404 Not Found— requested resource does not exist409 Conflict— business conflict, depending on route behavior
Notes
- API responses include
traceIdfor troubleshooting. - Error bodies do not expose internal
dataordetailsfields. - Individual endpoint pages may list the subset of statuses most relevant to that route.