libnmbs 1.0.0
Loading...
Searching...
No Matches
exit_code.h
Go to the documentation of this file.
1
25
26#pragma once
27
28namespace nmbs
29{
75}
Lightweight helpers for generating NATO confidentiality metadata.
Definition binding.h:32
ExitCode
Definition exit_code.h:33
@ xml_could_not_parse
The XML parser was unable to read the provided XML.
Definition exit_code.h:57
@ invalid_arguments
One or more of the mandatory or provided arguments was invalid.
Definition exit_code.h:41
@ no_label_present
There was no label attached to the file.
Definition exit_code.h:65
@ file_not_found
The specified file could not be found.
Definition exit_code.h:45
@ unknown_error
An unspecified error occurred.
Definition exit_code.h:73
@ xml_could_not_create_xpath_context
The XML parser was unable to read create an XPath context.
Definition exit_code.h:61
@ success
No errors occurred. The operation completed successfully.
Definition exit_code.h:37
@ xmp_not_found
There was no XMP packet attached to a file.
Definition exit_code.h:49
@ no_binding_support
There was no binding profile available for the selected file.
Definition exit_code.h:69
@ xmp_key_not_found
Although the file contained XMP, the desired key was not found.
Definition exit_code.h:53