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

This is specific error category that contains information about crypto library errors. More...

#include <VirgilCryptoError.h>

Inheritance diagram for virgil::crypto::VirgilCryptoErrorCategory:

Public Member Functions

const char * name () const noexceptoverride
 
std::string message (int ev) const noexceptoverride
 

Detailed Description

This is specific error category that contains information about crypto library errors.

Member Function Documentation

std::string virgil::crypto::VirgilCryptoErrorCategory::message ( int  ev) const
overridenoexcept
Parameters
evError value.
Returns
Error description for given error value.
See also
VirgilCryptoError for specific Error values.
const char* virgil::crypto::VirgilCryptoErrorCategory::name ( ) const
overridenoexcept
Returns
Category name.

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