Class slamcore::ErrorCodeInterface

class ErrorCodeInterface

Interface to transfer error codes.

Public Types

using Ptr = std::shared_ptr<ErrorCodeInterface>
using CPtr = std::shared_ptr<const ErrorCodeInterface>

Public Functions

virtual ~ErrorCodeInterface() = default
virtual std::error_code getValue() const = 0