@shapediver/sdk.sdtf-core
Version:
Base implementation for all sdTF TypeScript SDKs
9 lines • 323 B
TypeScript
export declare const SdtfErrorType: {
readonly Generic: "sd_sdtf_generic";
};
export type SdtfErrorType = (typeof SdtfErrorType)[keyof typeof SdtfErrorType];
export declare class SdtfError extends Error {
readonly errorType: SdtfErrorType;
constructor(message: string);
}
//# sourceMappingURL=SdtfError.d.ts.map