EAlarmStorageReaderErrors (ENUM)ΒΆ
TYPE EAlarmStorageReaderErrors :
This enumeration defines the errors, that can occur during accessing the alarm storage using the public interface. Note: Error codes from 30400 to 30549 represent errors from the underlying
CAA Storage component. See STO.ERROR
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - NoError - CmpErrors.Errors.ERR_OK - No error - WrongParameter - CmpErrors.Errors.ERR_PARAMETER - A required parameter is invalid, e.g. NULL is passed, where an instance is required - NoMemory - CmpErrors.Errors.ERR_NOMEMORY - Unable to allocate an internally used buffer resp. unable to store a value - NoObject - CmpErrors.Errors.ERR_NO_OBJECT - The specified object was not found - AdditionalReadCallRequired - CmpErrors.Errors.ERR_PENDING - This is not really an error, but the information, that all the data cannot be read by a single call and additional method calls are necessary - InvalidCall - 20002 - The call to a method is invalid, because this method cannot be called in this context. 
