You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.01.
Class slamcore::ErrorCodeInterface
-
class ErrorCodeInterface : public ObjectInterface
Interface to transfer error codes.
Public Types
-
using Ptr = std::shared_ptr<ErrorCodeInterface>
-
using CPtr = std::shared_ptr<const ErrorCodeInterface>
Public Functions
-
inline virtual ObjectType type() const
Type of the object.
-
virtual ~ErrorCodeInterface() = default
-
using Ptr = std::shared_ptr<ErrorCodeInterface>