Virgil Security C++ SDK
Public Member Functions | List of all members
virgil::sdk::VirgilSdkErrorCategory Class Reference

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

#include <VirgilSdkError.h>

Inheritance diagram for virgil::sdk::VirgilSdkErrorCategory:

Public Member Functions

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

Detailed Description

This is specific error category that contains information about sdk errors.

Member Function Documentation

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

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