Skip to content

Rule.io SDK


Rule.io SDK / client/src / PartialScanError

Interface: PartialScanError

Defined in: client/src/find-template-owner.ts:72

Per-dispatcher failure that occurred during scanning. The scan continues past these errors so a single misbehaving dispatcher doesn't poison the whole result.

Properties

dispatcher_id

dispatcher_id: number

Defined in: client/src/find-template-owner.ts:74


dispatcher_kind

dispatcher_kind: DispatcherKind

Defined in: client/src/find-template-owner.ts:73


error

error: string

Defined in: client/src/find-template-owner.ts:76


message_id?

optional message_id?: number

Defined in: client/src/find-template-owner.ts:75


status_code?

optional status_code?: number

Defined in: client/src/find-template-owner.ts:77