()
| 3624 | } |
| 3625 | |
| 3626 | func (e *workspaceAppRebindError) Error() string { |
| 3627 | return fmt.Sprintf("workspace app slug %q with ID %q is already bound to a workspace-owned agent and cannot be rebound to an agent in another workspace or to an agent without a workspace; refusing to rebind to agent ID %q", e.slug, e.appID, e.agentID) |
| 3628 | } |
| 3629 | |
| 3630 | func (s *server) warnWorkspaceAppRebindRejected(ctx context.Context, jobID uuid.UUID, err error) { |
| 3631 | slog.Helper() |
no outgoing calls