rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
12 lines • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WasmErrorCause = void 0;
/**
* @public
* The static members are the cause in {@link INestedError}.
*/
class WasmErrorCause {
}
exports.WasmErrorCause = WasmErrorCause;
WasmErrorCause.allocationFailure = "WasmErrorCause.allocationFail";
//# sourceMappingURL=wasm-error-cause.js.map