#include <errorbase.h>
AggregatedError is the reference class of AggregatedErrorInterface .
Error that contains multiple errors. This error might be returned if multiple jobs of a group return errors. The GetMessage functions retrieves the combined output of all errors.
Classes |
|
class | ErrorIterator |
Public Types |
|
using | ConstIterator = ErrorIterator < const Error > |
using | ValueType = const Error |
公共成员函数 |
|
MAXON_DEFAULT_REFERENCE_CONSTRUCTORS ( AggregatedError , Reference) | |
AggregatedError ( MAXON_SOURCE_LOCATION_DECLARATION ) | |
AggregatedError ( maxon::ERROR_OK ) | |
ConstIterator | Begin () const |
ConstIterator | End () const |
Friends |
|
class | AggregatedErrorObject |
class | ResultBase< AggregatedError > |
using ConstIterator = ErrorIterator <const Error> |
using ValueType = const Error |
|
explicit |
|
explicit |
MAXON_DEFAULT_REFERENCE_CONSTRUCTORS | ( | AggregatedError | , |
Reference | |||
) |
ConstIterator Begin | ( | ) | const |
Returns the begin iterator of the DataDictionary. You can use the Iterator to run through all elements of the DataDictionary.
ConstIterator End | ( | ) | const |
Returns the end iterator of the DataDictionary. You can use the Iterator to run through all elements of the DataDictionary.
friend class AggregatedErrorObject | friend |
|
friend |