"backend/internal/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "f5603b0780f1dcd245a5b4fc26fdb56b6f2c1379"
refactor: use structured error responses in channel handler
Replace response.BadRequest with response.ErrorFrom + infraerrors.BadRequest to provide machine-readable reason codes (VALIDATION_ERROR, INVALID_CHANNEL_ID, MISSING_PARAMETER) for frontend i18n support.
Please register or sign in to comment