Function: uninterpretedQueryStatus()
uninterpretedQueryStatus(
position):AstmRecordWarning
Build an ASTM_RECORD_UNINTERPRETED_QUERY_STATUS warning. Emitted when a Q
record carries a request-information status code; the code set is paywalled, so
the status is surfaced verbatim and never mapped to a guessed meaning.
Parameters
position
Returns
Example
import { uninterpretedQueryStatus } from "@cosyte/astm";
uninterpretedQueryStatus({ recordIndex: 2, recordType: "Q", fieldIndex: 13 });