···3131 * Could not allocate native image buffer(s).
3232 */
3333 XRT_ERROR_ALLOCATION = -7,
3434- /*
3434+ /*!
3535 * The pose is no longer active, this happens when the application
3636 * tries to access a pose that is no longer active.
3737 */
3838 XRT_ERROR_POSE_NOT_ACTIVE = -8,
3939+ /*!
4040+ * Creating a fence failed.
4141+ */
4242+ XRT_ERROR_FENCE_CREATE_FAILED = -9,
4343+ /*!
4444+ * Getting or giving the native fence handle caused a error.
4545+ */
4646+ XRT_ERROR_NATIVE_HANDLE_FENCE_ERROR = -10,
3947} xrt_result_t;