The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Gnats::Command::DEDESC

DESCRIPTION

Returns a human-readable description of the specified database.

PROTOCOL

 DBDESC [database]

RESPONSES

Responses include:

6xx (internal error) An internal error was encountered while trying to read the list of available databases, usually due to lack of permissions or other filesystem-related problems, or the list of databases is empty.

350 (CODE_INFORMATION) The normal response; the supplied text is the database description.

417 (CODE_INVALID_DATABASE) The specified database name does not have an entry.

440 (CODE_CMD_ERROR) Required parameter not passed.