DHART
|
Custom exceptions and error codes used interally by DHARTAPI. More...
Classes | |
struct | FileNotFound |
Thrown when desired file is not found. More... | |
struct | InvalidOBJ |
The OBJ file was not valid. More... | |
struct | MissingDependency |
Thrown when a dependency is missing such as Embree. More... | |
struct | NoCost |
Thrown when a dependency is missing such as Embree. More... | |
class | NotImplemented |
Enumerations | |
enum | HF_STATUS { OK = 1 , NOT_IMPLEMENTED = -54 , GENERIC_ERROR = 0 , NOT_FOUND = -1 , INVALID_OBJ = -2 , NO_GRAPH = -3 , INVALID_COST = -4 , MISSING_DEPEND = -5 , OUT_OF_MEMORY = -6 , MALFORMED_DB = -7 , DB_BUSY = -8 , INVALID_PTR = -9 , OUT_OF_RANGE = -10 , NO_PATH = -11 , NO_COST = -12 , NOT_COMPRESSED = -13 } |
A set of error codes standard throughout every DHARTAPI codebase. More... | |
Custom exceptions and error codes used interally by DHARTAPI.
A set of error codes standard throughout every DHARTAPI codebase.
Definition at line 31 of file HFExceptions.h.