-
-## Usage
-
-```javascript
-var tools = require( '@stdlib/error/tools' );
-```
-
-#### tools
-
-Namespace containing error tools.
-
-```javascript
-var o = tools;
-// returns {...}
-```
-
-The namespace contains the following:
-
-
-
-
-
-- [`database()`][@stdlib/error/tools/database]: standard library error code database.
-- [`fmtprodmsgFactory( [options] )`][@stdlib/error/tools/fmtprodmsg-factory]: return a `function` which formats an error message for production.
-- [`fmtprodmsg( code, ...args )`][@stdlib/error/tools/fmtprodmsg]: format an error message for production.
-- [`id2msg( id )`][@stdlib/error/tools/id2msg]: return an error message corresponding to a provided two-character error identifier.
-- [`id2pkg( id )`][@stdlib/error/tools/id2pkg]: return the package name associated with a specified error identifier prefix.
-- [`msg2id( msg )`][@stdlib/error/tools/msg2id]: return a two-character error identifier corresponding to a provided error message.
-- [`pkg2id( pkg )`][@stdlib/error/tools/pkg2id]: return the error identifier prefix associated with a specified package name.
-
-
-
-
-
-
-
-
-
-