Devolutions / IronRDP

Rust implementation of the Microsoft Remote Desktop Protocol (RDP)
Apache License 2.0
368 stars 48 forks source link

Improve Display impl for ConnectorErrorKind #525

Open zmb3 opened 1 month ago

zmb3 commented 1 month ago

Prior to this change, a CredSSP connector error would display as [CredSSP] CredSSP - not very helpful.

After the change it looks something like this: [CredSSP] NoAuthenticatingAuthority: Could not contact KDC.

I'm sure there's more we can do here, I've only modified cases where I've been able to induce real errors.

github-actions[bot] commented 1 month ago

Coverage Report :robot: :gear:

Past: Total lines: 33260 Covered lines: 19376 (58.26%)

New: Total lines: 33263 Covered lines: 19376 (58.25%)

Diff: -0.01%

[this comment will be updated automatically]