isce3 0.25.0
Loading...
Searching...
No Matches
ErrorCode.h
1#pragma once
2
3#include <string>
4
5namespace isce3 { namespace error {
6
8enum class ErrorCode {
9 Success = 0,
10 OrbitInterpSizeError,
11 OrbitInterpDomainError,
12 OrbitInterpUnknownMethod,
13 OutOfBoundsDem,
14 InvalidDem,
15 FailedToConverge,
16 WrongLookSide,
17 OutOfBoundsLookup,
18 NullDereference,
19 InvalidTolerance,
20 InvalidInterval,
21};
22
24std::string getErrorString(ErrorCode);
25
26}} // namespace isce3::error
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5

Generated for ISCE3.0 by doxygen 1.13.2.