Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kms: use
HostError
as default return error
This commit changes the returned error type for all `Client` API calls to `HostError`. This allows callers to obtain the host information from the returned error using `AsHostError` and `UnwrapHostErrors`. Signed-off-by: Andreas Auernhammer <[email protected]>
- Loading branch information