Definition at line 11 of file error.cpp.
 
◆ cryptoconditions_error_category()
  
  
      
        
          | ripple::cryptoconditions::detail::cryptoconditions_error_category::cryptoconditions_error_category  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
explicitdefault   | 
  
 
 
◆ name()
  
  
      
        
          | char const  * ripple::cryptoconditions::detail::cryptoconditions_error_category::name  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridenoexcept   | 
  
 
 
◆ message()
  
  
      
        
          | std::string ripple::cryptoconditions::detail::cryptoconditions_error_category::message  | 
          ( | 
          int  | 
          ev | ) | 
           const | 
         
       
   | 
  
override   | 
  
 
 
◆ default_error_condition()
  
  
      
        
          | std::error_condition ripple::cryptoconditions::detail::cryptoconditions_error_category::default_error_condition  | 
          ( | 
          int  | 
          ev | ) | 
           const | 
         
       
   | 
  
overridenoexcept   | 
  
 
 
◆ equivalent() [1/2]
  
  
      
        
          | bool ripple::cryptoconditions::detail::cryptoconditions_error_category::equivalent  | 
          ( | 
          int  | 
          ev,  | 
         
        
           | 
           | 
          std::error_condition const &  | 
          condition  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
overridenoexcept   | 
  
 
 
◆ equivalent() [2/2]
  
  
      
        
          | bool ripple::cryptoconditions::detail::cryptoconditions_error_category::equivalent  | 
          ( | 
          std::error_code const &  | 
          error,  | 
         
        
           | 
           | 
          int  | 
          ev  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
overridenoexcept   |