HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ORMError.h File Reference
#include "UT_API.h"
#include "UT_ErrorCode.h"
+ Include dependency graph for UT_ORMError.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  std::is_error_code_enum< UT::SqlOrmError >
 

Namespaces

 UT
 
 std
 std::hash specialization for UT_IntrusivePtr<T>
 

Enumerations

enum  UT::SqlOrmError {
  UT::SqlOrmError::UT_ORM_OK, UT::SqlOrmError::UT_ORM_NOT_SUPPORTED, UT::SqlOrmError::UT_ORM_OPERATION_FAILED, UT::SqlOrmError::UT_ORM_INCORRECT_TYPE,
  UT::SqlOrmError::UT_ORM_BAD_MIGRATION, UT::SqlOrmError::UT_ORM_MIG_MISSING_COL, UT::SqlOrmError::UT_ORM_MIG_INV_COL_TYPE, UT::SqlOrmError::UT_ORM_MIG_INV_COL_PROP,
  UT::SqlOrmError::UT_ORM_MIG_MISSING, UT::SqlOrmError::UT_ORM_MIG_BAD_FIELDS, UT::SqlOrmError::UT_ORM_MIG_OVERRIDE, UT::SqlOrmError::UT_ORM_MIG_DEP_CYCLE,
  UT::SqlOrmError::UT_ORM_JOIN_FAILED, UT::SqlOrmError::UT_ORM_MISSING_COL, UT::SqlOrmError::UT_ORM_UNKNOWN_MODEL, UT::SqlOrmError::UT_ORM_INVALID_ARGUMENT,
  UT::SqlOrmError::UT_ORM_INVALID_M2M_MANAGER
}
 Error codes to describe ORM errors. More...
 

Functions

UT_API const UT_ErrorCategoryUT::GetOrmErrorCategory ()
 
UT_ErrorCode UT::make_error_code (UT::SqlOrmError e)