libnmbs 1.0.0
Loading...
Searching...
No Matches
exit_code.h File Reference

Basic enum containing a list of integer exit codes which the application may use. More...

Go to the source code of this file.

Namespaces

namespace  nmbs
 Lightweight helpers for generating NATO confidentiality metadata.

Enumerations

enum  nmbs::ExitCode {
  nmbs::success = 0 , nmbs::invalid_arguments = 1 , nmbs::file_not_found = 10 , nmbs::xmp_not_found = 11 ,
  nmbs::xmp_key_not_found = 12 , nmbs::xml_could_not_parse = 13 , nmbs::xml_could_not_create_xpath_context = 14 , nmbs::no_label_present = 15 ,
  nmbs::no_binding_support = 16 , nmbs::unknown_error = 99
}

Detailed Description

Basic enum containing a list of integer exit codes which the application may use.

Author
Luke Ian Turner
Date
2026-06-11