registrationFail

public boolean registrationFail(String msg)

Ends the registration moment and generates a log error message that indicates that the registration failed.

This method should be called once the registration information has been submitted.

Return

True if the operation was successful; false otherwise.

Parameters

msg

A message that explains the reason for why this operation failed. This value is optional and, if provided, will associate the value as a property of the error log message.


public boolean registrationFail(String msg, Map<String, Object> properties)

Ends the registration moment and generates a log error message that indicates that the registration failed.

This method should be called once the registration information has been submitted.

Return

True if the operation was successful; false otherwise.

Parameters

msg

A message that explains the reason for why this operation failed. This value is optional and, if provided, will associate the value as a property of the error log message.

properties

Custom properties to pass in as part of registration failure