Loading...
Searching...
No Matches
Error.hh File Reference
#include <iostream>
#include <string>
#include "sdf/system_util.hh"
Include dependency graph for Error.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sdf::Error

Namespaces

namespace  sdf
 namespace for Simulation Description Format parser

Enumerations

enum class  sdf::ErrorCode {
  sdf::NONE = 0 , sdf::FILE_READ , sdf::DUPLICATE_NAME , sdf::ATTRIBUTE_MISSING ,
  sdf::ATTRIBUTE_INVALID , sdf::ATTRIBUTE_DEPRECATED , sdf::ELEMENT_MISSING , sdf::ELEMENT_INVALID ,
  sdf::ELEMENT_DEPRECATED , sdf::ELEMENT_INCORRECT_TYPE , sdf::URI_INVALID , sdf::URI_LOOKUP ,
  sdf::DIRECTORY_NONEXISTANT
}
 Set of error codes. More...