name-exceeds-maximum-allowed-length
Overview
This rule belongs to the apimatic-codegen-validation ruleset and states that:
Name length must not exceed 100 characters. Names exceeding this limit will cause failures in Code Generation, Docs Generation, and Portal Generation.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Specified name exceeds the maximum allowed length of 100 characters. |
| Code | APIMATICCODEGEN_V003 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Name Conventions |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | apimatic code generation codegen sdks portal docs validation apimatic name length |
Suggested Fixes
- Shorten the name so that it doesn't exceed 100 characters.
- Try to keep the name under 50 characters for best results.