OEMonomerValidationResult
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OEMonomerValidationResult
This class is used to return additional information when using the
OEIsValidMonomerData function.
Constructors
OEMonomerValidationResult() -> OEMonomerValidationResult
OEMonomerValidationResult(arg2: OEMonomerValidationResult) -> OEMonomerValidationResult
Default and copy constructor.
GetReturnCode
GetReturnCode() -> int
Returns a code from the
OEMonomerValidationReturnCode namespace.
GetWarning
GetWarning() -> str
If the monomer validation fails, i.e. the return code is not
OEMonomerValidationReturnCode_Success,
this message provides details about the reason for the failure.