Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / UnsupportedFeatureErrorCode

Type Alias: UnsupportedFeatureErrorCode

UnsupportedFeatureErrorCode = "gradient/type-unsupported" | "group/kind-not-groupable" | "shape/element-unsupported" | "shape/fill-unsupported" | "shape/line-unsupported" | "shape/shape-properties-unsupported" | "shape/no-text-frame" | "math/missing-optional-peer" | "font/opentype-unavailable" | "zip/filesystem-unavailable" | "runtime/file-output-unavailable"

Defined in: src/codes.ts:289

Conditions carried by UnsupportedFeatureError: the request is well-formed, but this build, runtime, or shape cannot express it. Distinct from InvalidOptionError because the caller did nothing wrong — the answer is "not here", not "not like that".