Raw content from the
Source file path (unused but required for interface compatibility)
Parsed error response field information or null if parsing fails
but specifically for error response fields. Automatically assigns the "Error 4xx" group unless a different group is specified in the tag.
// Input: "{String} message Error description"
// Output: { type: "String", field: "message", description: "Error description", group: "Error 4xx" }
// Input: "(Error 404) {String} message Resource not found"
// Output: { type: "String", field: "message", description: "Resource not found", group: "Error 404" }
Parse