@hrefcl/apidoc - v4.0.5
    Preparing search index...
    • 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}"

      // If current group is "Error 4xx"
      // Returns: "local.error.fields.Error 4xx"

      4.0.0