feat: add operations mutation api for alpine ui
This commit is contained in:
@@ -29,6 +29,8 @@ pub enum RegistryError {
|
||||
OperationNotFound { operation_id: String },
|
||||
#[error("operation version {version} for {operation_id} was not found")]
|
||||
OperationVersionNotFound { operation_id: String, version: u32 },
|
||||
#[error("operation {operation_id} cannot be deleted while it is bound to a published agent")]
|
||||
OperationHasPublishedAgentBindings { operation_id: String },
|
||||
#[error("operation {operation_id} must start with version 1, got {version}")]
|
||||
InvalidInitialVersion { operation_id: String, version: u32 },
|
||||
#[error("operation {operation_id} expected next version {expected}, got {actual}")]
|
||||
|
||||
Reference in New Issue
Block a user