Class: SchemaVersionError

February 7, 2026 ยท View on GitHub

CTRF


CTRF / SchemaVersionError

Class: SchemaVersionError

Defined in: errors.ts:61

Extends

Constructors

Constructor

new SchemaVersionError(version, supportedVersions): SchemaVersionError

Defined in: errors.ts:67

Parameters

version

string

supportedVersions

string[]

Returns

SchemaVersionError

Overrides

CTRFError.constructor

Properties

version

readonly version: string

Defined in: errors.ts:63

The unsupported version


supportedVersions

readonly supportedVersions: string[]

Defined in: errors.ts:65

Supported versions