Skip to content

ValidationCheck

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / ValidationCheck

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1727

Validation result for a single check

checkId: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1729

Check identifier


name: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1731

Human-readable check name


passed: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1733

Whether check passed


severity: "error" | "info" | "warning"

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1735

Severity if failed


message: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1737

Detailed message


optional context: Record<string, unknown>

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1739

Additional context