mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-05 18:47:41 +00:00
Add another error type for user missing permissions
This commit is contained in:
@@ -266,6 +266,7 @@ export class PhoenixClient {
|
||||
"."
|
||||
);
|
||||
}
|
||||
case PhoenixErrorType.UserMissingPermissionsError:
|
||||
case PhoenixErrorType.AllocationValidationResult:
|
||||
case PhoenixErrorType.RegionNotServicable:
|
||||
case PhoenixErrorType.SubscriptionNotAllowed: {
|
||||
|
||||
Reference in New Issue
Block a user