ngrok / ngrok-java

Embed ngrok secure ingress into your Java apps with a single line of code.
Other
27 stars 8 forks source link

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

Closed CarlAmko closed 11 months ago

CarlAmko commented 1 year 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.