The HTTPStatusCodeType should not contain type as postfix because it is clear that it is a type, also it seams that it is incomplete yet please provide all possible status codes or just replace the type with an Int.
The type postfix in my mind is that it is categorized into success, serverError... maybe a more descriptive naming is HTTPStatusCodeCategory or could be dropped as you described.
The
HTTPStatusCodeType
should not contain type as postfix because it is clear that it is a type, also it seams that it is incomplete yet please provide all possible status codes or just replace the type with anInt
.