- Source:
Members
(inner, constant) errors
Object representing possible error codes and their message template strings. Anything wrapped in braces, [example], is meant to be a substitution for the template string.
Properties:
Name | Type | Description |
---|---|---|
invalidModifier | string | The password modifier must be a valid JavaScript Object or JavaScript FormData Object. |
toManyAttributes | string | The requested password may only contain [maximum-allowed-attributes] amount of attributes, [provided-number-of-attributes] attributes were selected. |
nonGenerableCharacterType | string | Non Generable Character Type. Attempted to generate a character of type [provided-string] |
invalidAttributeType | string | Attribute [provided-attribute] is supposed to be of type [required-attribute-type] |
outOfBoundsAttributeValue | string | Attribute type [provided-attribute] is out of its value bounds. |
missingRequiredModifier | string | The Password Modifier must contain one of the following modifiers [list-of-required-attributes]. |
missingRequiredAttribute | string | An object attribute required another attribute to be present and have a value. |
excludeCharactersContainedWhitespace | string | Exclude Characters contained whitespace. |
- Source: