Struct XNoManifest#

Inheritance Relationships#

Base Types#

Struct Documentation#

struct XNoManifest : public sdv::XSysExcept, public sdv::XSysExcept#

The installation manifest is missing.

Public Functions

inline virtual const char *what() const noexcept override#

Return the explanatory string.

Returns:

The descriptive string.

inline virtual ::sdv::exception_id id() const noexcept override#

Return the id.

Returns:

The id of the exception.

Public Members

const char _description[] = "The installation manifest could not be found or created."

Description

Public Static Attributes

static const ::sdv::exception_id _id = 0x9DF51B28A9A8CFFB#

Exception ID.

static const char _description[] = "The installation manifest could not be found or created."#

Description