Initializes a new error class.
rs_init_erroractions new_error_class, template_class
The name of the new error class you have created.
The name of the error class that you want to serve as a template for the new error class.
Creates the error class new_class, based on the template error class, rs_sqlserver_error_class.
rs_init_erroractions new_class, rs_sqlserver_error_class
The template error class may be a user-defined error class or a system-provided error class such as rs_sqlserver_error_class.
Use the create error class command to create the new error class in the primary Replication Server for that error class. Then use rs_init_erroractions to initialize the class.