Skip to content

Commit

Permalink
Merge pull request #700 from murgatroid99/native_error_type_fix
Browse files Browse the repository at this point in the history
Native: add details property to StatusError type
  • Loading branch information
murgatroid99 authored Jan 8, 2019
2 parents 4bc5165 + 579f57c commit 4a9624a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/grpc-native-core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,10 @@ declare module "grpc" {
* Trailing metadata sent with the status, if applicable
*/
metadata?: Metadata;
/**
* Original status details string
*/
details?: string;
}

/**
Expand Down

0 comments on commit 4a9624a

Please sign in to comment.