bcfbd851bd8055cb936b78d695e90c05100f89d1
Refactored the RecStatus enum to only include OK and Error values, removing all HTTP status code mappings and related documentation. Updated RecStatusExtensions to map HTTP 2xx codes to OK and all others to Error, and removed obsolete conversion and success logic. This clarifies the separation between general operation status and protocol-specific details.
Description
Languages
C#
100%