"frontend/vscode:/vscode.git/clone" did not exist on "0170d19fa7d9fdb5467dfbecb2dcef3372423066"
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