Home
last modified time | relevance | path

Searched refs:InternalError (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DParsingError.cs39 InternalError = 27, enumerator
DCreationDriver.cs1646 HandleError(ParsingError.InternalError, failingObject, message, false); in HandleInternalError()
1650 throw new ParsingException(ParsingError.InternalError, message); in HandleInternalError()