graphql-http / audits/common / AuditFail
audits/common.AuditFail
Indicates that the audit failed.
If the status is warn
, the audit is not a requirement but rather a recommendation.
On the other hand, if the status is error
, the audit is a requirement and the source
is therefore not compliant.
• id: string
Uniquely represents the failing audit. Helps with pinning audits without depending on the human readable audit name.
• name: `MUST ${string}` | `SHOULD ${string}` | `MAY ${string}`
• reason: string
• response: Response
• status: "notice"
| "warn"
| "error"