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.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FitsUnsupportedError(message, context?): FitsUnsupportedError;Defined in: errors.ts:60
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message |
string |
context? |
{ cause?: unknown; hduIndex?: number; } |
context.cause? |
unknown |
context.hduIndex? |
number |
Returns
Section titled “Returns”FitsUnsupportedError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”hduIndex?
Section titled “hduIndex?”readonly optional hduIndex?: number;Defined in: errors.ts:58