isce3  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
ErrorCode.h
1 #pragma once
2 
3 #include <string>
4 
5 namespace isce3 { namespace error {
6 
8 enum class ErrorCode {
9  Success = 0,
10  OrbitInterpSizeError,
11  OrbitInterpDomainError,
12  OrbitInterpUnknownMethod,
13  FailedToConverge,
14  WrongLookSide,
15 };
16 
18 std::string getErrorString(ErrorCode);
19 
20 }} // namespace isce3::error

Generated for ISCE3.0 by doxygen 1.8.5.