SQL Server Errors or Failures from Error: 15332 to Error: 15354

Error: 15332, Severity: 10, The private key is already set for this file. To change it you should drop and re-create the certificate.
Error: 15333, Severity: 11, Error: The qualified @oldname references a database (%s) other than the current database.
Error: 15334, Severity: 10, The %S_MSG has a private key that is protected by a user defined password. That password needs to be provided to enable the use of the private key.
Error: 15335, Severity: 11, Error: The new name ‘%s’ is already in use as a %s name and would cause a duplicate that is not permitted.
Error: 15336, Severity: 16, Object ‘%s’ cannot be renamed because the object participates in enforced dependencies.
Error: 15337, Severity: 10, Caution: sys.sql_dependencies shows that other objects (views, procedures and so on) are referencing this object by its old name. These objects will become invalid, and should be dropped and re-created promptly.
Error: 15339, Severity: 10, Creating ‘%s’.
Error: 15342, Severity: 10, There is no private key provisioned for %S_MSG ‘%.*ls’.
Error: 15343, Severity: 10, The username and/or password passed in is invalid or the current process does not have sufficient privileges.
Error: 15344, Severity: 16, Ownership change for %S_MSG is not supported.
Error: 15345, Severity: 16, An entity of type %S_MSG cannot be owned by a role, a group, or by principals mapped to certificates or asymmetric keys.
Error: 15346, Severity: 16, Cannot change owner for an object that is owned by a parent object. Change the owner of the parent object instead.
Error: 15347, Severity: 16, Cannot transfer an object that is owned by a parent object.
Error: 15348, Severity: 16, Cannot transfer a schemabound object.
Error: 15349, Severity: 16, Cannot transfer an MS Shipped object.
Error: 15350, Severity: 16, An attempt to attach an auto-named database for file %.*ls failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Error: 15351, Severity: 10, The CLR procedure/function/type being signed refers to an assembly that is not signed either by a strong name or an assembly.
Error: 15352, Severity: 16, The %S_MSG cannot be dropped because one or more entities are either signed or encrypted using it.
Error: 15353, Severity: 16, An entity of type %S_MSG cannot be owned by a role, a group, an approle, or by principals mapped to certificates or asymmetric keys.
Error: 15354, Severity: 10, Usage: sp_detach_db , [TRUE|FALSE], [TRUE|FALSE]
This is applicable on below versions of SQL Server
SQL Server 2005
SQL Server 2008 R2
SQL Server 2012
SQL Server 2014
Hope this was helpful.
Thanks,
SQLServerF1 Team
In-Depth Blogs on SQL Server, Information about SQL Server Conferences and Events, SQL Server Frequently asked questions, SQL Server Trainings.