class axl::sec::ErrorProvider

#include <axl_sec_Error.h>

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

    static
    sl::StringRef
    getErrorDescription(OSStatus code);

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

Inherited Members

public:
    // methods

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