Conversation
- Created RfcProblemDetailsHelper.cs with CreateProblemResponse() for standardized error responses - Implements RFC 9457 compliance with application/problem+json media type - Maps HTTP status codes to RFC 9110 type URIs - Includes traceId and timestamp in responses for debugging - Updated OperationFunction.cs to use helper for all error responses - Build succeeds with 0 errors
…urceUnitFunction - Updated OperatorPartyFunction.cs to use RfcProblemDetailsHelper for all error responses - Added TraceabilityAPI.Services using statement to TraceableResourceUnitFunction.cs - Build continues to succeed with 0 errors
- DeviceResourceFunction.cs: Updated GetList error response - CriticalTrackingEventByIdFunction.cs: Updated GetById and PatchById methods - CriticalTrackingEventListFunction.cs: Updated GetList error response - All use RfcProblemDetailsHelper for standardized error responses - Added TraceabilityAPI.Services using statements
…ableResourceUnit, CriticalTrackingEvent, Container)
This was
linked to
issues
Apr 1, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements RFC 9457 problem details for all endpoints and upgrades to V2.0 API models