Bitwarden Security Upgrade (#900)
This commit is contained in:
@@ -278,6 +278,15 @@ class BitwardenSyncError(BitwardenBaseError):
|
||||
super().__init__(f"Error syncing Bitwarden: {message}")
|
||||
|
||||
|
||||
class BitwardenAccessDeniedError(BitwardenBaseError):
|
||||
def __init__(self) -> None:
|
||||
super().__init__(
|
||||
"Current organization does not have access to the specified Bitwarden collection. \
|
||||
Contact Skyvern support to enable access. This is a security layer on top of Bitwarden, \
|
||||
Skyvern team needs to let your Skyvern account access the Bitwarden collection."
|
||||
)
|
||||
|
||||
|
||||
class UnknownElementTreeFormat(SkyvernException):
|
||||
def __init__(self, fmt: str) -> None:
|
||||
super().__init__(f"Unknown element tree format {fmt}")
|
||||
|
||||
Reference in New Issue
Block a user