Holds information about a failure when trying to import an object using an Exporter. More...
Public Attributes | |
nkMemory::String | _errorDesc |
Description of the error. For instance, "parsing error". | |
nkMemory::String | _errorInfo |
Information about the error. For instance, a reason for the parsing error. | |
unsigned int | _index = 0u |
The index in sources, at which the error has been spotted. | |
bool | _activated = false |
Whether there is an error described (true) or not (false). | |
Holds information about a failure when trying to import an object using an Exporter.