Interface IdentificationKeyValidation

Identification key validation parameters.

interface IdentificationKeyValidation {
    positionOffset?: number;
}

Hierarchy (view full)

Properties

Properties

positionOffset?: number

Position offset within a larger string. Strings are sometimes composed of multiple substrings; this parameter ensures that the exception notes the proper position in the string.