feat(types): add support for DebugInfo error message type (#1179)

This commit is contained in:
Rafael Lemos
2022-12-12 14:11:09 -05:00
committed by GitHub
parent d00fd0838b
commit 3076e8251e
6 changed files with 241 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ pub use pb::Status;
mod richer_error;
pub use richer_error::{
BadRequest, ErrorDetail, ErrorDetails, FieldViolation, RetryInfo, StatusExt,
BadRequest, DebugInfo, ErrorDetail, ErrorDetails, FieldViolation, RetryInfo, StatusExt,
};
mod sealed {