SQL Server Errors or Failures from Error: 15109 to Error: 15130

Error: 15109, Severity: 16, Cannot change the owner of the master, model, tempdb or distribution database.
Error: 15110, Severity: 16, The proposed new database owner is already a user or aliased in the database.
Error: 15112, Severity: 11, The third parameter for table option ‘text in row’ is invalid. It should be ‘on’, ‘off’, ‘0’, ‘1’ or a number from 24 through 7000.
Error: 15113, Severity: 16, Too many failed login attempts. This account has been
temporarily locked as a precaution against password guessing. A system administrator can unlock this login with the UNLOCK clause of ALTER LOGIN.
Error: 15114, Severity: 16, Password validation failed. The password for the user is too recent to change.
Error: 15115, Severity: 16, Password validation failed. The password cannot be used at this time.
Error: 15116, Severity: 16, Password validation failed. The password does not meet Windows policy requirements because it is too short.
Error: 15117, Severity: 16, Password validation failed. The password does not meet Windows policy requirements because it is too long.
Error: 15118, Severity: 16, Password validation failed. The password does not meet Windows policy requirements because it is not complex enough.
Error: 15119, Severity: 16, Password validation failed. The password does not meet the requirements of the password filter DLL.
Error: 15120, Severity: 16, An unexpected error occurred during password validation.
Error: 15121, Severity: 16, An error occurred during the execution of %ls. A call to ‘%ls’ failed with error code: ‘%d’.
Error: 15122, Severity: 16, The CHECK_EXPIRATION option cannot be used when CHECK_POLICY is OFF.
Error: 15123, Severity: 16, The configuration option ‘%s’ does not exist, or it may be an advanced option.
Error: 15124, Severity: 16, The configuration option ‘%s’ is not unique.
Error: 15125, Severity: 16, Trigger ‘%s’ is not a trigger for ‘%s’.
Error: 15127, Severity: 16, Cannot set the default language to a language ID not defined in syslanguages.
Error: 15128, Severity: 16, The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.
Error: 15129, Severity: 16, ‘%d’ is not a valid value for configuration option ‘%s’.
Error: 15130, Severity: 16, There already exists a ‘%s’ trigger for ‘%s’.
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.