mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 19:10:28 +03:00
fbb3ba55c2
1. Remove `BaseError.Impl`, `LoggingTransactionErrorImpl` and `LoggingPackageServiceError` and instead provide more direct `DamlError` and `DamlErrorWithDefiniteAnswer`. 2. Remove custom implementation of `TransactionError.rpcStatus` and instead provide simpler one in `DamlErr.r.rpcStatus` (which works by first calling `code.asGrpcStatus` and then converting the result to `com.google.rpc.status.Status`). 3. Remove `GrpcStatus.toProto` and instead use `DamlError.rpcStatus`. 4. Use `asGrpcStatus` and `asGrpcError` instead of `asGrpcStatusFromContext` and `asGrpcErrorFromContext` where possible. changelog_begin changelog_end |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel |