UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 407 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.InvalidTableSettingsError=void 0;const TransformError_1=require("./TransformError");class InvalidTableSettingsError extends TransformError_1.TransformError{constructor(r,e,s){super("The table settings are invalid or not supported.",s),this.resourceId=r,this.exMessage=e}}exports.InvalidTableSettingsError=InvalidTableSettingsError;