UNPKG

netkitty

Version:
13 lines (12 loc) 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoAvailableCodecError = void 0; const ErrorCode_1 = require("./common/ErrorCode"); class NoAvailableCodecError extends Error { constructor() { super(...arguments); this.errno = ErrorCode_1.ErrorCode.E_NO_AVAILABLE_CODEC.errno; this.code = ErrorCode_1.ErrorCode.E_NO_AVAILABLE_CODEC.code; } } exports.NoAvailableCodecError = NoAvailableCodecError;