ValidationCheck
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / ValidationCheck
Interface: ValidationCheck
Section titled “Interface: ValidationCheck”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1727
Validation result for a single check
Properties
Section titled “Properties”checkId
Section titled “checkId”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
Section titled “passed”passed:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1733
Whether check passed
severity
Section titled “severity”severity:
"error"|"info"|"warning"
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1735
Severity if failed
message
Section titled “message”message:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1737
Detailed message
context?
Section titled “context?”
optionalcontext:Record<string,unknown>
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1739
Additional context