[BUG] API 密钥描述长度验证和 500 错误处理

作者: arindam-sahoo创建于 2025年1月27日更新于 2026年9月16日
标签A-errors

Currently, users are allowed to provide a description for an `Api Key`, but there is no proper validation for the description length (256 characters). When a description exceeds the desired length, the backend returns a `500 Internal Server Error`, which is not handled appropriately. This leads to a lack of clarity about the issue.

内容来源: juspay/hyperswitch