We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
26.73 Unhandled error while processing /app/schemas/User.yaml 26.73 Path "/components/schemas/User/properties/created_at", Format "jsonschema" 26.73 Error: 26.73 Include file "userver/chaotic/io/userver/storages/postgres/time_point_tz.hpp" not found, tried paths: 26.73 - /usr/lib/cmake/userver/../../../include 26.73 ===============================================================
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a description
When building a project, I use chaotic to parse a string in userver::storages::postgres::TimePointTz via x-usrv-cpp-type, and it gives an error:
26.73 Unhandled error while processing /app/schemas/User.yaml
26.73 Path "/components/schemas/User/properties/created_at", Format "jsonschema"
26.73 Error:
26.73 Include file "userver/chaotic/io/userver/storages/postgres/time_point_tz.hpp" not found, tried paths:
26.73 - /usr/lib/cmake/userver/../../../include
26.73 ===============================================================
The text was updated successfully, but these errors were encountered: