Go to the source code of this file.
      
        
          | #define USD_VALIDATION_ERROR_NAME_TOKENS | 
        
      
 
Value:((compositionError, "CompositionError"))                                   \
    ((missingDefaultPrim, "MissingDefaultPrim"))
Tokens representing validation error identifier. 
 
 
      
        
          | #define USD_VALIDATOR_KEYWORD_TOKENS   (UsdCoreValidators) | 
        
      
 
Tokens representing keywords associated with any validator in the usd plugin. Clients can use this to inspect validators contained within a specific keywords, or use these to be added as keywords to any new validator. 
 
 
      
        
          | #define USD_VALIDATOR_NAME_TOKENS | 
        
      
 
Value:((compositionErrorTest, "usdValidation:CompositionErrorTest"))             \
    ((stageMetadataChecker, "usdValidation:StageMetadataChecker"))
Tokens representing validator names. Note that for plugin provided validators, the names must be prefixed by usdValidation:, which is the name of the usdValidation plugin.