Struct XHashNotMatching#

Inheritance Relationships#

Base Types#

Struct Documentation#

struct XHashNotMatching : public sdv::XSysExcept, public sdv::XSysExcept#

Hash value doesn’t match.

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

uint64_t uiCalculated#

Calculated hash value.

uint64_t uiProvided#

Provided hash value.

const char _description[] = "The provided hash value doesn't match to the calculated hash value."

Description

uint64 uiCalculated

Calculated hash value.

uint64 uiProvided

Provided hash value.

Public Static Attributes

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

Exception ID.

static const char _description[] = "The provided hash value doesn't match to the calculated hash value."#

Description