## Summary `EndpointGateAccessDeniedException` に `deniedGateIds` フィールドを追加し、拒否された全 gate ID を保持できるようにする。 ## Scope - `EndpointGateAccessDeniedException` に `List<String> deniedGateIds` フィールド追加 - 既存の `gateId` との互換性維持(単一 gate 拒否時は `deniedGateIds` に1要素) - 単体テスト ## Module `core` ## Related - Parent: #87 - Depends on: なし
Summary
EndpointGateAccessDeniedExceptionにdeniedGateIdsフィールドを追加し、拒否された全 gate ID を保持できるようにする。Scope
EndpointGateAccessDeniedExceptionにList<String> deniedGateIdsフィールド追加gateIdとの互換性維持(単一 gate 拒否時はdeniedGateIdsに1要素)Module
coreRelated