libclap 1.0.0
Command Line Argument Parser for C
Loading...
Searching...
No Matches
Public Attributes | List of all members
clap_error_s Struct Reference

Error information structure. More...

#include <clap_error.h>

Public Attributes

int code
 
char message [512]
 
const char * argument_name
 
const char * invalid_value
 
const char * subcommand_name
 

Detailed Description

Error information structure.

Member Data Documentation

◆ argument_name

const char* clap_error_s::argument_name

Related argument name

◆ code

int clap_error_s::code

Error code

◆ invalid_value

const char* clap_error_s::invalid_value

Invalid value that caused error

◆ message

char clap_error_s::message[512]

Error message

◆ subcommand_name

const char* clap_error_s::subcommand_name

Subcommand name if applicable


The documentation for this struct was generated from the following file: