/// The error module, which contains information about different errors and also handles them.
pubmoderror;/// The error_kind module, which contains the ErrorKind enum. This enum describes the various kinds of errors that can occur.
pubmoderror_kind;