Virgil Security Crypto library  2.6.3
Public Member Functions | List of all members
virgil::crypto::pythia::VirgilPythiaErrorCategory Class Reference

Error category that handles error codes from the system crypto library. More...

#include <VirgilPythiaError.h>

Inheritance diagram for virgil::crypto::pythia::VirgilPythiaErrorCategory:

Public Member Functions

const char * name () const noexceptoverride
 Return name of the system crypto category. More...
 
std::string message (int ev) const noexceptoverride
 Return description for the given error code. More...
 

Detailed Description

Error category that handles error codes from the system crypto library.

Member Function Documentation

std::string virgil::crypto::pythia::VirgilPythiaErrorCategory::message ( int  ev) const
overridenoexcept

Return description for the given error code.

Parameters
evError code.
Returns
Error Description.
const char* virgil::crypto::pythia::VirgilPythiaErrorCategory::name ( ) const
overridenoexcept

Return name of the system crypto category.

Returns
Name of the system crypto category.

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