You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue RangeError: Maximum call stack size exceeded happened with below self-referenced union case, and this issue happened both in RLC and Modular.
union Error {
null,
{
/**
* The error code.
*/
@visibility("read")
code?: string,
/**
* The error message.
*/
@visibility("read")
message?: string,
/**
* The key vault server error.
*/
@visibility("read")
@encodedName("application/json", "innererror")
innerError?: Error,
},
}
see https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4468503&view=logs&j=47092895-c7c8-567a-c7a6-8c88f3ec178e&t=d293a8e8-c6af-5091-cdf7-4c66482dd6f2
The text was updated successfully, but these errors were encountered: