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
Adding an isTransient() method to TenantSecurityException would make it a lot more convenient for consumers of the library to know if they should retry an operation or not.
The major unknown would be what to do for things that are on the borderline, like a KMS auth error, which may go away on retry if the tenant happens to change something on the KMS side, but likely won't until a later time.
The text was updated successfully, but these errors were encountered:
Adding an
isTransient()
method to TenantSecurityException would make it a lot more convenient for consumers of the library to know if they should retry an operation or not.The major unknown would be what to do for things that are on the borderline, like a KMS auth error, which may go away on retry if the tenant happens to change something on the KMS side, but likely won't until a later time.
The text was updated successfully, but these errors were encountered: