/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
LAST_ERR /* must be last */
} Error; #define SUCCESS NO_ERR
/* !!! Should move this into its own .c and un-static it. */ staticchar *errStrings[] = { "Operation completed successfully.\n", "ERROR: Invalid command line.\n", "ERROR: Not expecting argument \"%s\".\n", "ERROR: Unknown option: %s.\n", "ERROR: %s: multiple commands are not allowed on the command line.\n", "ERROR: %s: option needs an argument.\n", "ERROR: %s: option cannot be given more than once.\n", "ERROR: Command \"%s\" requires parameter \"%s\".\n", "ERROR: Argument to -fips must be \"true\" or \"false\".\n", "ERROR: No command was specified.\n", "ERROR: Cannot determine database directory: use the -dbdir option.\n", "ERROR: Unable to switch FIPS modes.\n", "FIPS mode already enabled.\n", "FIPS mode already disabled.\n", "ERROR: File \"%s\" already exists.\n", "ERROR: File \"%s\" does not exist.\n", "ERROR: File \"%s\" is not readable.\n", "ERROR: File \"%s\" is not writeable.\n", "ERROR: Directory \"%s\" does not exist.\n", "ERROR: Directory \"%s\" is not readable.\n", "ERROR: Directory \"%s\" is not writeable.\n", "\"%s\" is not a recognized value.\n", "ERROR: Failed to add module \"%s\". Probable cause : \"%s\".\n", "Unused error string", "ERROR: Out of memory.\n", "ERROR: Cannot delete internal module.\n", "ERROR: Failed to delete module \"%s\".\n", "ERROR: Unable to obtain lock on module list.\n", "ERROR: Unable to obtain module list.\n", "ERROR: Module \"%s\" not found in database.\n", "ERROR: Unable to get information about module \"%s\".\n", "ERROR: Unable to get information about slot \"%s\".\n", "ERROR: Unable to get information about token \"%s\".\n", "ERROR: Token \"%s\" not found.\n", "ERROR: Unable to change password on token \"%s\".\n", "ERROR: Incorrect password.\n", "ERROR: Unable to access database \"%s\".\n", "ERROR: Unable to authenticate to token \"%s\".\n", "ERROR: Slot \"%s\" not found.\n", "ERROR: Failed to %s slot \"%s\".\n", "ERROR: Failed to update module \"%s\".\n", "ERROR: Failed to change defaults.\n", "ERROR: Failed to change default.\n", "ERROR: Unable to read from standard input.\n", "ERROR: Unknown error occurred.\n", "ERROR: -nocertdb option can only be used with the -jar command.\n", "ERROR: NSS_Initialize() failed.\n", "ERROR: Unable to set initial password on the database.\n"
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.