28#ifndef API_MIP_FILE_FILE_ERROR_H_
29#define API_MIP_FILE_FILE_ERROR_H_
41 std::shared_ptr<Error>
Clone()
const override {
return std::make_shared<JustificationRequiredError>(); }
Base class for all errors that will be reported (thrown or returned) from MIP SDK.
Definition error.h:114
Definition file_error.h:35
std::shared_ptr< Error > Clone() const override
Clone the error.
Definition file_error.h:41
A file containing the MIP SDK error types.