I have one customer where a call to GetProductVersionFeatureFlag is throwing an exception with the message “Unknown Error”. The code is not included in the exception thrown (this would be a nice addition to the LexActivatorException. Just change the last chunk of code to:
default:
return $"Unknown error - Code: {code}";
How do I determine what’s going wrong when I don’t have access to the error code?