Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Status Enumeration


In This Topic
    Status Enumeration
    In This Topic
    Historian error status codes.
    Syntax
    Public Enum Status 
       Inherits System.Enum
    public enum Status : System.Enum 
    public enum class Status : public System.Enum 
    Members
    MemberDescription
    AccessDenied Insufficient permissions for operation.
    AlarmArchiverUnavailable Alarm and Event subsystem unreachable.
    ArgumentException A supplied argument is invalid.
    ArgumentNullException A supplied argument is NULL.
    ArgumentOutOfRangeException A supplied argument is outside the valid range.
    BackupInsufficientSpace Insufficient disk space to perform backup.
    CircularReference Circular reference detected in calculation.
    CollectorNotFound The given collector does not exist on the server.
    DeleteOutsideActiveRange Attempted data delete outside allowed modification interval.
    DuplicateCollector The given collector name already exists on the server.
    DuplicateData Attempt to overwrite an existing data sample.
    Failed Operation failed.
    InternalLicenseError Internal license error.
    InvalidCustomDataType The Custom data type is not supported.
    InvalidDataStore The requested data store was not found.
    InvalidEnumeratedSet The requested Enumerated Set was not found.
    InvalidServerVersion Operation unsupported due to server version.
    InvalidTagname The requested tag was not found.
    InvalidUsername Bad user name or password.
    LicensedConnectionCountExceeded Number of licensed server connections exceeded.
    LicensedTagCountExceeded Number of licensed tags exceeded.
    NotConnected Not connected to Historian server.
    NotLicensed Server or feature is not licensed.
    NotPermitted Operation not permitted.
    NotSupported Operation not supported.
    NoValue No available tag data.
    QueryResultSizeExceeded Upper limit on query results exceeded.
    Success Operation successful.
    Timeout Operation failed due to timeout.
    WriteArchiveOffline Attempted data write to an offline archive.
    WriteArchiveReadonly Attempted data write to a read-only archive.
    WriteInFuture Attempted data write too far in the future.
    WriteNoArchiveAvailable Attempted data write with no available archives.
    WriteOutsideActiveRange Attempted data write beyond the configured active range.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Proficy.Historian.ClientAccess.API.Status

    Requirements

    Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also