mirror of https://github.com/grpc/grpc-node.git
Merge pull request #700 from murgatroid99/native_error_type_fix
Native: add details property to StatusError type
This commit is contained in:
commit
4a9624a81c
|
@ -567,6 +567,10 @@ declare module "grpc" {
|
|||
* Trailing metadata sent with the status, if applicable
|
||||
*/
|
||||
metadata?: Metadata;
|
||||
/**
|
||||
* Original status details string
|
||||
*/
|
||||
details?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue