Skip to content

Commit

Permalink
add additional error description to ngrokmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomGamers authored Jun 28, 2024
1 parent 37d990e commit adc9ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NebulaNetwork/Ngrok/NgrokManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ private void ErrorDataReceivedEventHandler(object sender, DataReceivedEventArgs
"ERR_NGROK_105" => "Authtoken is empty or expired".Translate(),
"ERR_NGROK_108" => "Session limit reached".Translate(),
"ERR_NGROK_123" => "Account email not verified".Translate(),
"ERR_NGROK_8013" => "Account requires a debit/credit card".Translate(),
_ => string.Empty
};
NgrokLastErrorCodeDesc = !string.IsNullOrWhiteSpace(NgrokLastErrorCodeDesc) ? $"({NgrokLastErrorCodeDesc})" : string.Empty;
Expand Down

0 comments on commit adc9ee4

Please sign in to comment.