Skip to content

FitsUnsupportedError

Defined in: errors.ts:57

A conforming FITS construct that this library deliberately does not implement (for example the deprecated random-groups format). Distinct from FitsStructureError: the input is valid, the support is not here. Thrown unconditionally, not gated by strict mode.

new FitsUnsupportedError(message, context?): FitsUnsupportedError;

Defined in: errors.ts:60

Parameter Type
message string
context? { cause?: unknown; hduIndex?: number; }
context.cause? unknown
context.hduIndex? number

FitsUnsupportedError

FitsError.constructor

readonly optional hduIndex?: number;

Defined in: errors.ts:58