Expand description
Map dicom_ul::association::client::Error
to Python exceptions.
Reference: Foreign Rust error types | Error handling — PyO3 user guide
Structs§
- Error
- Use composition to wrap the
ClientError
type in a struct that implementsPyErr
.
Type Aliases§
- Result
- This type automatically converts a
ClientError
to a Python exception when used by a function.