mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-19 07:20:50 +01:00
removed haex-pass components
This commit is contained in:
@ -39,8 +39,8 @@ pub enum ExtensionError {
|
||||
#[error("Security violation: {reason}")]
|
||||
SecurityViolation { reason: String },
|
||||
|
||||
#[error("Extension not found: {id}")]
|
||||
NotFound { id: String },
|
||||
#[error("Extension not found: {name} (public_key: {public_key})")]
|
||||
NotFound { public_key: String, name: String },
|
||||
|
||||
#[error("Permission denied: {extension_id} cannot {operation} on {resource}")]
|
||||
PermissionDenied {
|
||||
|
||||
Reference in New Issue
Block a user