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
    'Declaration
     
    Public Enum Status 
       Inherits System.Enum
    'Usage
     
    Dim instance As Status
    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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also