Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.06 KB

audits_common.AuditFail.md

File metadata and controls

55 lines (31 loc) · 1.06 KB

graphql-http / audits/common / AuditFail

Interface: 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.

Table of contents

Properties

Properties

id

id: string

Uniquely represents the failing audit. Helps with pinning audits without depending on the human readable audit name.


name

name: `MUST ${string}` | `SHOULD ${string}` | `MAY ${string}`


reason

reason: string


response

response: Response


status

status: "notice" | "warn" | "error"