Skip to content

@sora-soft/framework


@sora-soft/framework / FrameworkErrorCode

Enumeration: FrameworkErrorCode

Defined in: packages/framework/src/ErrorCode.ts:1

Enumeration Members

ErrCodecNotFound

ts
ErrCodecNotFound: "ERR_CODEC_NOT_FOUND";

Defined in: packages/framework/src/ErrorCode.ts:14


ErrComponentNotConnected

ts
ErrComponentNotConnected: "ERR_COMPONENT_NOT_CONNECTED";

Defined in: packages/framework/src/ErrorCode.ts:18


ErrComponentOptionsNotSet

ts
ErrComponentOptionsNotSet: "ERR_COMPONENT_OPTIONS_NOT_SET";

Defined in: packages/framework/src/ErrorCode.ts:7


ErrConnectorConnectFailed

ts
ErrConnectorConnectFailed: "ERR_CONNECTOR_CONNECT_FAILED";

Defined in: packages/framework/src/ErrorCode.ts:11


ErrConnectorDuplicateEnableResponse

ts
ErrConnectorDuplicateEnableResponse: "ERR_CONNECTOR_DUPLICATE_ENABLE_RESPONSE";

Defined in: packages/framework/src/ErrorCode.ts:10


ErrDuplicatedComponent

ts
ErrDuplicatedComponent: "ERR_DUPLICATED_COMPONENT";

Defined in: packages/framework/src/ErrorCode.ts:8


ErrFrameworkUnknown

ts
ErrFrameworkUnknown: "ERR_FRAMEWORK_UNKNOWN";

Defined in: packages/framework/src/ErrorCode.ts:2


ErrNodeServiceCannotBeClosed

ts
ErrNodeServiceCannotBeClosed: "ERR_NODE_SERVICE_CANNOT_BE_CLOSED";

Defined in: packages/framework/src/ErrorCode.ts:5


ErrNodeServiceCannotBeCreated

ts
ErrNodeServiceCannotBeCreated: "ERR_NODE_SERVICE_CANNOT_BE_CREATED";

Defined in: packages/framework/src/ErrorCode.ts:6


ErrProviderConnectStrategy

ts
ErrProviderConnectStrategy: "ERR_PROVIDER_CONNECT_STRATEGY";

Defined in: packages/framework/src/ErrorCode.ts:15


ErrRpcMethodNotFound

ts
ErrRpcMethodNotFound: "ERR_RPC_METHOD_NOT_FOUND";

Defined in: packages/framework/src/ErrorCode.ts:13


ErrServiceNotFound

ts
ErrServiceNotFound: "ERR_SERVICE_NOT_FOUND";

Defined in: packages/framework/src/ErrorCode.ts:3


ErrSessionNotFound

ts
ErrSessionNotFound: "ERR_SESSION_NOT_FOUND";

Defined in: packages/framework/src/ErrorCode.ts:12


ErrTraceScopeNotFound

ts
ErrTraceScopeNotFound: "Err_TRACE_SCOPE_NOT_FOUND";

Defined in: packages/framework/src/ErrorCode.ts:16


ErrWorkerNotFound

ts
ErrWorkerNotFound: "ERR_WORKER_NOT_FOUND";

Defined in: packages/framework/src/ErrorCode.ts:4


ErrWorkerScopeNotFound

ts
ErrWorkerScopeNotFound: "ERR_WORKER_SCOPE_NOT_FOUND";

Defined in: packages/framework/src/ErrorCode.ts:17


ErrWorkerState

ts
ErrWorkerState: "ERR_WORKER_STATE_NOT_READY";

Defined in: packages/framework/src/ErrorCode.ts:9

基于 WTFPL 许可发布