class axl::cry::X509ErrorProvider

#include <axl_cry_CryptoError.h>

class X509ErrorProvider: public axl::err::ErrorProvider
{
public:
    // methods

    static
    sl::StringRef
    getErrorDescription(long code);

    virtual
    sl::StringRef
    getErrorDescription(const err::ErrorRef& error);
};

Inherited Members

public:
    // methods

    virtual
    sl::StringRef
    getErrorDescription(const ErrorRef& error) = 0;