Generate the data path for storing error response fields
Constructs a hierarchical path string that determines where error response
field data is stored in the parsed API data structure. The path includes the
current group to organize fields by error status code or type.
Returns string
Path string in format "local.error.fields.{group}"
Example
// If current group is "Error 4xx" // Returns: "local.error.fields.Error 4xx"
Generate the data path for storing error response fields
Constructs a hierarchical path string that determines where error response field data is stored in the parsed API data structure. The path includes the current group to organize fields by error status code or type.