Cisco Cisco Evolved Programmable Network Manager 2.0 Guia Do Programador

Página de 254
  
 
 
Cisco EPN Manager 2.0.3 RESTCONF NBI Guide  
 
 
238 
    
description
 
      
"subscription was not successful.
 
       Base identity for error return codes."
  } 
  
identity
 error-no-such-subscription { 
    
base
 error; 
    
description
 
      
"A subscription with the requested subscription ID
 
       does not exist."
  } 
  
identity
 error-no-such-option { 
    
base
 error; 
    
description
 
      
"A requested parameter setting is not supported."
  } 
  
identity
 error-insufficient-resources { 
    
base
 error; 
    
description
 
      
"The server has insufficient resources to support the
 
       subscription as requested."
  } 
  
identity
 error-data-not-authorized { 
    
base
 error; 
    
description
 
     
"No read authorization for a requested data."
  } 
  
identity
 error-other { 
    
base
 error; 
    
description
 
      
"An unspecified error has occurred (catch all)."
  } 
  
identity
 subscription-errors { 
    
description
 
      
"Base identity for subscription error status.
 
       This identity is not to be confused with error return
 
       codes for RPCs"
      } 
  
identity
 internal-error { 
    
base
 subscription-errors; 
    
description
 
      
"Subscription failures caused by server internal error."
  } 
  
identity
 no-resources { 
    
base
 subscription-errors; 
    
description
 
      
"Lack of resources, e.g. CPU, memory, bandwidth"
  } 
  
identity
 subscription-deleted { 
    
base
 subscription-errors; 
    
description
 
      
"The subscription was terminated because the subscription
 
       was deleted."
  } 
  
identity
 other { 
    
base
 subscription-errors; 
    
description
 
      
"Fallback reason - any other reason"
  } 
 
typedef
 subscription-id { 
     
type
 
uint32
     
description
 
       
"A type for subscription identifiers."
   
 
  
/* Identity for update-change types */
 
  
identity
 change-type { 
   
description
 
"base Identity for change-update type "
  } 
  
identity
 create { 
   
base
 change-type;