feat: add platform access foundation
This commit is contained in:
@@ -102,6 +102,12 @@ impl From<RegistryError> for ApiError {
|
||||
RegistryError::AgentNotFound { agent_id } => {
|
||||
Self::not_found(format!("agent {agent_id} was not found"))
|
||||
}
|
||||
RegistryError::InvitationNotFound { invitation_id } => {
|
||||
Self::not_found(format!("invitation {invitation_id} was not found"))
|
||||
}
|
||||
RegistryError::PlatformApiKeyNotFound { key_id } => {
|
||||
Self::not_found(format!("platform api key {key_id} was not found"))
|
||||
}
|
||||
RegistryError::PublishedAgentNotFound {
|
||||
workspace_slug,
|
||||
agent_slug,
|
||||
|
||||
Reference in New Issue
Block a user