Features
Docs
CLI
Benchmarks
Examples

© 2024 MoroJs

@morojs/moro


@morojs/moro / GrpcError

Interface: GrpcError

Defined in: src/core/grpc/types.ts:42

gRPC error with status code

Extends

  • Error

Properties

cause?

optional cause: unknown

Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

Error.cause


code

Defined in: src/core/grpc/types.ts:43


details?

optional details: string

Defined in: src/core/grpc/types.ts:44


message

message: string

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

Error.message


metadata?

optional metadata: GrpcMetadata

Defined in: src/core/grpc/types.ts:45


name

name: string

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

Error.name


stack?

optional stack: string

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

Error.stack