mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #700 from murgatroid99/native_error_type_fix
Native: add details property to StatusError type
This commit is contained in:
commit
4a9624a81c
4
packages/grpc-native-core/index.d.ts
vendored
4
packages/grpc-native-core/index.d.ts
vendored
@ -567,6 +567,10 @@ declare module "grpc" {
|
||||
* Trailing metadata sent with the status, if applicable
|
||||
*/
|
||||
metadata?: Metadata;
|
||||
/**
|
||||
* Original status details string
|
||||
*/
|
||||
details?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user