UNPKG

node-universe

Version:

基于 Nodejs 环境的一款微服务框架,原理来自于宇宙中的恒星,行星,卫星等系统。

23 lines (22 loc) 1.31 kB
import { recreateError, resolveRengerator, Regenerator } from './service'; import { GracefulStopTimeoutError, InvalidPacketDataError, MaxCallLevelError, ProtocolVersionMismatchError, QueueIsFullError, ServiceNotFoundError, ServiceSchemaError, StarClientError, StarDisconnectedError, StarOptionsError, StarServerError, UniverseError, UniverseRetryableError, ValidationError } from './custom'; declare const _default: { GracefulStopTimeoutError: typeof GracefulStopTimeoutError; InvalidPacketDataError: typeof InvalidPacketDataError; MaxCallLevelError: typeof MaxCallLevelError; ProtocolVersionMismatchError: typeof ProtocolVersionMismatchError; QueueIsFullError: typeof QueueIsFullError; ServiceNotFoundError: typeof ServiceNotFoundError; ServiceSchemaError: typeof ServiceSchemaError; StarClientError: typeof StarClientError; StarDisconnectedError: typeof StarDisconnectedError; StarOptionsError: typeof StarOptionsError; StarServerError: typeof StarServerError; UniverseError: typeof UniverseError; UniverseRetryableError: typeof UniverseRetryableError; ValidationError: typeof ValidationError; recreateError: typeof recreateError; resolveRengerator: typeof resolveRengerator; Regenerator: typeof Regenerator; }; export default _default;