ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
103 stars 19 forks source link

Consume and return new `NgrokError` trait, which now includes `error_code` for users #40

Closed CarlAmko closed 10 months ago

CarlAmko commented 10 months ago

Previously, connect errors via Rust were returned as strings. They've now been augmented to include the ngrok error code as a field. We can now make this information more accessible to the high-level API calls.

See the parent issue for more details.