44 #ifndef LIBLAS_LASERROR_HPP_INCLUDED 45 #define LIBLAS_LASERROR_HPP_INCLUDED 64 Error(
int code, std::string
const& message, std::string
const& method);
84 std::string m_message;
90 #endif // LIBLAS_LASERROR_HPP_INCLUDED #define LAS_DLL
Definition: export.hpp:58
int GetCode() const
Definition: error.hpp:77
Namespace grouping all elements of libLAS public interface.
Definition: bounds.hpp:60
Definition of error notification used on the level of C API.
Definition: error.hpp:58
std::string GetMessage() const
Definition: error.hpp:78
std::string GetMethod() const
Definition: error.hpp:79