Argus follow-up from #2229.\n\nsrc/lib/types/adcp.ts still names a nested error field error_code, while generated ErrorSchema uses code. This is orthogonal to the conformance fix, but the stale hand type can mislead future reasoning about accepted error shapes.\n\nSuggested fix: audit the hand-authored type, align it with the generated schema naming, and add/update type coverage if this surface is still intended to be public.\n\nNon-blocking follow-up from merged PR #2229.
Argus follow-up from #2229.\n\n
src/lib/types/adcp.tsstill names a nested error fielderror_code, while generatedErrorSchemausescode. This is orthogonal to the conformance fix, but the stale hand type can mislead future reasoning about accepted error shapes.\n\nSuggested fix: audit the hand-authored type, align it with the generated schema naming, and add/update type coverage if this surface is still intended to be public.\n\nNon-blocking follow-up from merged PR #2229.