MissingPreChatCustomFieldsException

The channel configuration requires that, before creation of a chat thread, user fills out pre-chat survey and their answers have to be supplied as custom field parameters during thread creation.

Properties

Link copied to clipboard
private final Throwable cause
Link copied to clipboard
private final String localizedMessage
Link copied to clipboard
private final String message
Link copied to clipboard
private final Iterable<String> missing

The required field labels that are missing.

Link copied to clipboard
Link copied to clipboard
private final Array<Throwable> suppressed

Functions

Link copied to clipboard
public final Unit addSuppressed(Throwable exception)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
public final Iterable<String> getMissing()

The required field labels that are missing.

Link copied to clipboard
Link copied to clipboard
public final Array<Throwable> getSuppressed()
Link copied to clipboard
public Throwable initCause(Throwable cause)
Link copied to clipboard
Link copied to clipboard