YCodecError

class ydk::path::YCodecError : public YCoreError

Exception that encapsulates the validation errors for YDK CodecService.

YCodecError(YCodecError::Error merror)
enum class Error
enumerator SUCCESS

No error.

enumerator XML_MISS

Missing XML object.

enumerator XML_INVAL

Invalid XML object.

enumerator XML_INCHAR

Invalid XML character.

enumerator EOF_ERR

Unexpected end of input data.