HDK
|
#include <error.h>
UsdValidationErrorType reflects severity of a validation error, which can then be reported appropriately to the users.
None: No Error. Error: Associates the UsdValidationErrorType with an actual Error reported by the validation task. Warn: Associates the UsdValidationErrorType with a less severe situation and hence reported as warning by the validation task. Info: Associates the UsdValidationErrorType with information which needs to be reported to the users by the validation task.