Skip to main content
Version: v0.0.6

Interface: UnsupportedRecord

Any record whose type letter is not modeled (a genuinely unknown letter). H/P/O/R/C/Q/M/S/L are all modeled; anything else is surfaced with its raw fields intact and flagged with an ASTM_RECORD_UNKNOWN_TYPE warning, never dropped.

Extends

  • RecordBase

Properties

fields

readonly fields: readonly AstmField[]

The record's fields. fields[0] is the type-letter field; data fields are 1-indexed after it.

Inherited from

RecordBase.fields


rawType

readonly rawType: string

The raw type letter as it appeared on the wire.


recordIndex

readonly recordIndex: number

0-based ordinal of the record within the message.

Inherited from

RecordBase.recordIndex


type

readonly type: "unsupported"

The record's raw type letter.

Overrides

RecordBase.type