| c8754f3a | 19-Aug-2024 |
bytetigers <[email protected]> |
chore: fix some comments (#1869)
Signed-off-by: bytetigers <[email protected]> |
| 62a26db4 | 19-Jun-2024 |
Lucio Franco <[email protected]> |
Revert "`impl From<ErrorDetails> for Vec<Any>`: (#1661)" (#1736)
This reverts commit a8c2022a362475970fb279dc05caeae3ce497ccc. |
| a8c2022a | 19-Jun-2024 |
Gabriel Hansson <[email protected]> |
`impl From<ErrorDetails> for Vec<Any>`: (#1661)
Useful when converting custom errors to a `tonic_types::Status`. |
| 209fcbe5 | 08-Feb-2024 |
Lucio Franco <[email protected]> |
chore(ci): fix udeps warning errors (#1627) |
| 5fd635a3 | 25-Aug-2023 |
Kyle McCarthy <[email protected]> |
feat(tonic-types): add ability to extract rich error details from `google.rpc.Status` (#1430)
* feat: add from impls to convert between std_messages <-> pb
* feat: add trait to extract error detail
feat(tonic-types): add ability to extract rich error details from `google.rpc.Status` (#1430)
* feat: add from impls to convert between std_messages <-> pb
* feat: add trait to extract error details from pb::Status
* style: cargo fmt
---------
Co-authored-by: Lucio Franco <[email protected]>
show more ...
|
| d471212e | 14-Mar-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (Examples) (#1300)
* types: remove unnecessary cloning from `ErrorDetails` getters
Breaking change.
* examples: add `richer-error` examples
Follow
feat(types): Add gRPC Richer Error Model support (Examples) (#1300)
* types: remove unnecessary cloning from `ErrorDetails` getters
Breaking change.
* examples: add `richer-error` examples
Following implementation at flemosr/tonic-richer-error.
show more ...
|
| d54d02d3 | 27-Feb-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (LocalizedMessage) (#1295)
* types: add support for `LocalizedMessage` error message type
Following implementation at flemosr/tonic-richer-error.
*
feat(types): Add gRPC Richer Error Model support (LocalizedMessage) (#1295)
* types: add support for `LocalizedMessage` error message type
Following implementation at flemosr/tonic-richer-error.
* types: add `ErrorDetails::with_help_link`
show more ...
|
| d6041a99 | 23-Feb-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (Help) (#1293)
* types: add support for `Help` error message type
Following implementation at flemosr/tonic-richer-error.
* types: add `ResourceInf
feat(types): Add gRPC Richer Error Model support (Help) (#1293)
* types: add support for `Help` error message type
Following implementation at flemosr/tonic-richer-error.
* types: add `ResourceInfo` to `gen_status_with_details` test
* types: use `impl Into<Vec<T>>` instead of `Vec<T>` in pub fn's params
* types: comply with clippy
* types: fix names of some tests and vars in `std_messages`
show more ...
|
| 7eeda243 | 21-Feb-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (ResourceInfo) (#1282)
* types: add support for `ResourceInfo` error message type
Following implementation at flemosr/tonic-richer-error.
* types:
feat(types): Add gRPC Richer Error Model support (ResourceInfo) (#1282)
* types: add support for `ResourceInfo` error message type
Following implementation at flemosr/tonic-richer-error.
* types: update doc comment examples
---------
Co-authored-by: Lucio Franco <[email protected]>
show more ...
|
| a52de8ae | 17-Feb-2023 |
Rafael Lemos <[email protected]> |
types: add support for `RequestInfo` error message type (#1280)
Following implementation at flemosr/tonic-richer-error. |
| 23785818 | 16-Feb-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (PreconditionFailure) (#1276)
* types: add support for `PreconditionFailure` error message type
Following implementation at flemosr/tonic-richer-err
feat(types): Add gRPC Richer Error Model support (PreconditionFailure) (#1276)
* types: add support for `PreconditionFailure` error message type
Following implementation at flemosr/tonic-richer-error.
* types: doc comments nits
* types: merge `impl` blocks at `std_messages`
show more ...
|
| 555a8bcf | 15-Feb-2023 |
Rafael Lemos <[email protected]> |
types: add support for `ErrorInfo` error message type (#1269)
Following implementation at flemosr/tonic-richer-error. |
| 3f4d7432 | 14-Feb-2023 |
tottoto <[email protected]> |
chore(types): Turn off unused features (#1266) |
| b7dffac9 | 05-Jan-2023 |
tottoto <[email protected]> |
chore(types): Refactor ErrorDetails constructor (#1218) |
| 03b4735b | 04-Jan-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (QuotaFailure) (#1204) |
| 4e5c0b29 | 14-Dec-2022 |
tottoto <[email protected]> |
chore: Add clippy to ci (#1189) |
| bf22a740 | 13-Dec-2022 |
tottoto <[email protected]> |
chore: Update to 2021 edition (#1188) |
| 2dd09c02 | 13-Dec-2022 |
tottoto <[email protected]> |
chore: Fix clippy lint (#1181) |
| 3076e825 | 12-Dec-2022 |
Rafael Lemos <[email protected]> |
feat(types): add support for `DebugInfo` error message type (#1179) |
| 6cdb3d46 | 01-Dec-2022 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (RetryInfo) (#1095)
Add the code related to richer error model support to a new
`richer_error` module. This improves readability and hopefully will
feat(types): Add gRPC Richer Error Model support (RetryInfo) (#1095)
Add the code related to richer error model support to a new
`richer_error` module. This improves readability and hopefully will
make it easier to add new features to `tonic-types` in the future.
show more ...
|