Elipse Plant Manager — EPM Web API

Version 5.0.45

epmwebapi.statuscodes

class StatusCodes(enum.Enum):

Enumeration with common OPC UA status codes.

BadUnexpectedError = <StatusCodes.BadUnexpectedError: 2147549184>

An unexpected error occurred.

BadInternalError = <StatusCodes.BadInternalError: 2147614720>

An internal error occurred as a result of a programming or configuration error.

BadOutOfMemory = <StatusCodes.BadOutOfMemory: 2147680256>

Not enough memory to complete this operation.

BadResourceUnavailable = <StatusCodes.BadResourceUnavailable: 2147745792>

A resource of the operating system is not available.

BadCommunicationError = <StatusCodes.BadCommunicationError: 2147811328>

A low level communication error occurred.

BadEncodingError = <StatusCodes.BadEncodingError: 2147876864>

Encoding halted because of invalid data in the objects being serialized.

BadDecodingError = <StatusCodes.BadDecodingError: 2147942400>

Decoding halted because of invalid data in the stream.

BadEncodingLimitsExceeded = <StatusCodes.BadEncodingLimitsExceeded: 2148007936>

The limits of encoding or decoding messages imposed by the stack were exceeded.

BadRequestTooLarge = <StatusCodes.BadRequestTooLarge: 2159542272>

Size of request message exceeds the limits imposed by the server.

BadResponseTooLarge = <StatusCodes.BadResponseTooLarge: 2159607808>

Size of response message exceeds the limits imposed by the client.

BadUnknownResponse = <StatusCodes.BadUnknownResponse: 2148073472>

An unrecognized response was received from the server.

BadTimeout = <StatusCodes.BadTimeout: 2148139008>

Operation timed out.

BadServiceUnsupported = <StatusCodes.BadServiceUnsupported: 2148204544>

Server does not support the requested service.

BadShutdown = <StatusCodes.BadShutdown: 2148270080>

Operation cancelled because application is shutting down.

BadServerNotConnected = <StatusCodes.BadServerNotConnected: 2148335616>

Operation could not complete because client is not connected to server.

BadServerHalted = <StatusCodes.BadServerHalted: 2148401152>

Server stopped and cannot process any requests.

BadNothingToDo = <StatusCodes.BadNothingToDo: 2148466688>

Nothing to do because client passed a list of operations without elements.

BadTooManyOperations = <StatusCodes.BadTooManyOperations: 2148532224>

Request could not be processed because it specifies too many operations.

BadDataTypeIdUnknown = <StatusCodes.BadDataTypeIdUnknown: 2148597760>

Extension object cannot be serialized or deserialized because data type ID is not recognized.

BadCertificateInvalid = <StatusCodes.BadCertificateInvalid: 2148663296>

Provided certificate as a parameter is not valid.

BadSecurityChecksFailed = <StatusCodes.BadSecurityChecksFailed: 2148728832>

An error occurred while verifying security.

BadCertificateTimeInvalid = <StatusCodes.BadCertificateTimeInvalid: 2148794368>

Certificate expired or it is not yet valid.

BadCertificateIssuerTimeInvalid = <StatusCodes.BadCertificateIssuerTimeInvalid: 2148859904>

Certificate Issuer expired or it is not yet valid.

BadCertificateHostNameInvalid = <StatusCodes.BadCertificateHostNameInvalid: 2148925440>

Hostname used to connect to server does not match Hostname in the certificate.

BadCertificateUriInvalid = <StatusCodes.BadCertificateUriInvalid: 2148990976>

Specified URI in ApplicationDescription does not match URI in the certificate.

BadCertificateUseNotAllowed = <StatusCodes.BadCertificateUseNotAllowed: 2149056512>

Certificate cannot be used for the requested operation.

BadCertificateIssuerUseNotAllowed = <StatusCodes.BadCertificateIssuerUseNotAllowed: 2149122048>

Certificate Issuer cannot be used for the requested operation.

BadCertificateUntrusted = <StatusCodes.BadCertificateUntrusted: 2149187584>

Certificate is not trusted.

BadCertificateRevocationUnknown = <StatusCodes.BadCertificateRevocationUnknown: 2149253120>

Cannot determine whether the certificate was revoked or not.

BadCertificateIssuerRevocationUnknown = <StatusCodes.BadCertificateIssuerRevocationUnknown: 2149318656>

Cannot determine whether Certificate Issuer was revoked or not.

BadCertificateRevoked = <StatusCodes.BadCertificateRevoked: 2149384192>

Certificate was revoked.

BadCertificateIssuerRevoked = <StatusCodes.BadCertificateIssuerRevoked: 2149449728>

Certificate Issuer was revoked.

BadUserAccessDenied = <StatusCodes.BadUserAccessDenied: 2149515264>

User does not have permission to perform the requested operation.

BadIdentityTokenInvalid = <StatusCodes.BadIdentityTokenInvalid: 2149580800>

User's identity token is not valid.

BadIdentityTokenRejected = <StatusCodes.BadIdentityTokenRejected: 2149646336>

User's identity token is valid but the server rejected it.

BadSecureChannelIdInvalid = <StatusCodes.BadSecureChannelIdInvalid: 2149711872>

Specified secure channel is no longer valid.

BadInvalidTimestamp = <StatusCodes.BadInvalidTimestamp: 2149777408>

Timestamp outside server's allowed range.

BadNonceInvalid = <StatusCodes.BadNonceInvalid: 2149842944>

Nonce does not appear to be a random value or does not have the correct length.

BadSessionIdInvalid = <StatusCodes.BadSessionIdInvalid: 2149908480>

Session ID is not valid.

BadSessionClosed = <StatusCodes.BadSessionClosed: 2149974016>

Session was closed by the client.

BadSessionNotActivated = <StatusCodes.BadSessionNotActivated: 2150039552>

Session cannot be used because ActivateSession was not called.

BadSubscriptionIdInvalid = <StatusCodes.BadSubscriptionIdInvalid: 2150105088>

Subscription ID is not valid.

BadRequestHeaderInvalid = <StatusCodes.BadRequestHeaderInvalid: 2150236160>

Request header is missing or invalid.

BadTimestampsToReturnInvalid = <StatusCodes.BadTimestampsToReturnInvalid: 2150301696>

Timestamps to return are invalid.

BadRequestCancelledByClient = <StatusCodes.BadRequestCancelledByClient: 2150367232>

Request cancelled by the client.

GoodSubscriptionTransferred = <StatusCodes.GoodSubscriptionTransferred: 2949120>

Subscription was transferred to another session.

GoodCompletesAsynchronously = <StatusCodes.GoodCompletesAsynchronously: 3014656>

Processing will be completed asynchronously.

GoodOverload = <StatusCodes.GoodOverload: 3080192>

Sampling slowed down due to resource limitations.

GoodClamped = <StatusCodes.GoodClamped: 3145728>

Written value was accepted but clamped.

BadNoCommunication = <StatusCodes.BadNoCommunication: 2150694912>

Communication with data source is defined but not established, and there is no last known value available.

BadWaitingForInitialData = <StatusCodes.BadWaitingForInitialData: 2150760448>

Waiting for the server to obtain values from the underlying data source.

BadNodeIdInvalid = <StatusCodes.BadNodeIdInvalid: 2150825984>

Syntax of node ID is not valid.

BadNodeIdUnknown = <StatusCodes.BadNodeIdUnknown: 2150891520>

Node ID refers to a node that does not exist in the server's address space.

BadAttributeIdInvalid = <StatusCodes.BadAttributeIdInvalid: 2150957056>

Attribute is not supported for the specified node.

BadIndexRangeInvalid = <StatusCodes.BadIndexRangeInvalid: 2151022592>

Syntax of index range parameter is invalid.

BadIndexRangeNoData = <StatusCodes.BadIndexRangeNoData: 2151088128>

There is no data in the specified range of indexes.

BadDataEncodingInvalid = <StatusCodes.BadDataEncodingInvalid: 2151153664>

Data encoding is invalid.

BadDataEncodingUnsupported = <StatusCodes.BadDataEncodingUnsupported: 2151219200>

Server does not support the requested data encoding for the node.

BadNotReadable = <StatusCodes.BadNotReadable: 2151284736>

Access level does not allow reading or subscribing to the node.

BadNotWritable = <StatusCodes.BadNotWritable: 2151350272>

Access level does not allow writing to the node.

BadOutOfRange = <StatusCodes.BadOutOfRange: 2151415808>

Value is out of range.

BadNotSupported = <StatusCodes.BadNotSupported: 2151481344>

Requested operation is not supported.

BadNotFound = <StatusCodes.BadNotFound: 2151546880>

Requested item not found or a search operation ended without success.

BadObjectDeleted = <StatusCodes.BadObjectDeleted: 2151612416>

Object cannot be used because it was deleted.

BadNotImplemented = <StatusCodes.BadNotImplemented: 2151677952>

Requested operation is not implemented.

BadMonitoringModeInvalid = <StatusCodes.BadMonitoringModeInvalid: 2151743488>

Invalid monitoring mode.

BadMonitoredItemIdInvalid = <StatusCodes.BadMonitoredItemIdInvalid: 2151809024>

Monitored item ID does not refer to a valid monitored item.

BadMonitoredItemFilterInvalid = <StatusCodes.BadMonitoredItemFilterInvalid: 2151874560>

Monitored item filter is not valid.

BadMonitoredItemFilterUnsupported = <StatusCodes.BadMonitoredItemFilterUnsupported: 2151940096>

Server does not support the requested monitored item filter.

BadFilterNotAllowed = <StatusCodes.BadFilterNotAllowed: 2152005632>

Monitored filter cannot be used together with the specified attribute.

BadStructureMissing = <StatusCodes.BadStructureMissing: 2152071168>

Mandatory structure is missing or null.

BadEventFilterInvalid = <StatusCodes.BadEventFilterInvalid: 2152136704>

Invalid event filter.

BadContentFilterInvalid = <StatusCodes.BadContentFilterInvalid: 2152202240>

Invalid content filter.

BadFilterOperatorInvalid = <StatusCodes.BadFilterOperatorInvalid: 2160132096>

Unrecognized operator provided in a filter.

BadFilterOperatorUnsupported = <StatusCodes.BadFilterOperatorUnsupported: 2160197632>

Valid operator provided, but the server does not support that filter operator.

BadFilterOperandCountMismatch = <StatusCodes.BadFilterOperandCountMismatch: 2160263168>

Number of operands provided for filter operator is less than expected for that operand.

BadFilterOperandInvalid = <StatusCodes.BadFilterOperandInvalid: 2152267776>

Operand used in a content filter is not valid.

BadFilterElementInvalid = <StatusCodes.BadFilterElementInvalid: 2160328704>

Referenced element is not valid in the content filter.

BadFilterLiteralInvalid = <StatusCodes.BadFilterLiteralInvalid: 2160394240>

Referenced literal is an invalid value.

BadContinuationPointInvalid = <StatusCodes.BadContinuationPointInvalid: 2152333312>

Provided continuation point is invalid.

BadNoContinuationPoints = <StatusCodes.BadNoContinuationPoints: 2152398848>

Operation could not be processed because all continuation points were allocated.

BadReferenceTypeIdInvalid = <StatusCodes.BadReferenceTypeIdInvalid: 2152464384>

Operation could not be processed because all continuation points were allocated.

BadBrowseDirectionInvalid = <StatusCodes.BadBrowseDirectionInvalid: 2152529920>

Invalid browse direction.

BadNodeNotInView = <StatusCodes.BadNodeNotInView: 2152595456>

Node is not part of view.

BadServerUriInvalid = <StatusCodes.BadServerUriInvalid: 2152660992>

ServerUri is not a valid URI.

BadServerNameMissing = <StatusCodes.BadServerNameMissing: 2152726528>

Servername was not specified.

BadDiscoveryUrlMissing = <StatusCodes.BadDiscoveryUrlMissing: 2152792064>

DiscoveryUrl was not specified.

BadSempahoreFileMissing = <StatusCodes.BadSempahoreFileMissing: 2152857600>

Semaphore file specified by the client is invalid.

BadRequestTypeInvalid = <StatusCodes.BadRequestTypeInvalid: 2152923136>

Security token's request type is invalid.

BadSecurityModeRejected = <StatusCodes.BadSecurityModeRejected: 2152988672>

Security mode does not match server requirements.

BadSecurityPolicyRejected = <StatusCodes.BadSecurityPolicyRejected: 2153054208>

Security policy does not match server requirements.

BadTooManySessions = <StatusCodes.BadTooManySessions: 2153119744>

Server reached its maximum number of sessions.

BadUserSignatureInvalid = <StatusCodes.BadUserSignatureInvalid: 2153185280>

User's token signature is missing or invalid.

BadApplicationSignatureInvalid = <StatusCodes.BadApplicationSignatureInvalid: 2153250816>

Signature generated with client's certificate is missing or invalid.

BadNoValidCertificates = <StatusCodes.BadNoValidCertificates: 2153316352>

Client did not provide at least one valid software certificate that matches the server's profile requirements.

BadIdentityChangeNotSupported = <StatusCodes.BadIdentityChangeNotSupported: 2160459776>

Server does not support changing user's identity assigned to session.

BadRequestCancelledByRequest = <StatusCodes.BadRequestCancelledByRequest: 2153381888>

Request cancelled by the client using the cancel service.

BadParentNodeIdInvalid = <StatusCodes.BadParentNodeIdInvalid: 2153447424>

Parent node ID does not refer to a valid node.

BadReferenceNotAllowed = <StatusCodes.BadReferenceNotAllowed: 2153512960>

Reference could not be created because it violates constraints imposed by data model.

BadNodeIdRejected = <StatusCodes.BadNodeIdRejected: 2153578496>

Requested node ID rejected because it was either invalid or the server does not allow client-specified node IDs.

BadNodeIdExists = <StatusCodes.BadNodeIdExists: 2153644032>

Requested node ID already in use by another node.

BadNodeClassInvalid = <StatusCodes.BadNodeClassInvalid: 2153709568>

Invalid node class.

BadBrowseNameInvalid = <StatusCodes.BadBrowseNameInvalid: 2153775104>

Invalid browse name.

BadBrowseNameDuplicated = <StatusCodes.BadBrowseNameDuplicated: 2153840640>

Browse name is not unique among nodes that share the same relationship with parent.

BadNodeAttributesInvalid = <StatusCodes.BadNodeAttributesInvalid: 2153906176>

Invalid node attributes for the node class.

BadTypeDefinitionInvalid = <StatusCodes.BadTypeDefinitionInvalid: 2153971712>

Node ID's type definition does not reference an appropriate node type.

BadSourceNodeIdInvalid = <StatusCodes.BadSourceNodeIdInvalid: 2154037248>

Source node ID does not reference a valid node.

BadTargetNodeIdInvalid = <StatusCodes.BadTargetNodeIdInvalid: 2154102784>

Target node ID does not reference a valid node.

BadDuplicateReferenceNotAllowed = <StatusCodes.BadDuplicateReferenceNotAllowed: 2154168320>

Reference type between nodes already defined.

BadInvalidSelfReference = <StatusCodes.BadInvalidSelfReference: 2154233856>

Server does not allow this type of self-reference on this node.

BadReferenceLocalOnly = <StatusCodes.BadReferenceLocalOnly: 2154299392>

Invalid reference type for a reference to a remote server.

BadNoDeleteRights = <StatusCodes.BadNoDeleteRights: 2154364928>

Server does not allow deleting this node.

UncertainReferenceNotDeleted = <StatusCodes.UncertainReferenceNotDeleted: 1086062592>

Server could not delete all target references.

BadServerIndexInvalid = <StatusCodes.BadServerIndexInvalid: 2154430464>

Invalid server index.

BadViewIdUnknown = <StatusCodes.BadViewIdUnknown: 2154496000>

View ID does not refer to a valid view node.

BadViewTimestampInvalid = <StatusCodes.BadViewTimestampInvalid: 2160656384>

View's timestamp is not available or not supported.

BadViewParameterMismatch = <StatusCodes.BadViewParameterMismatch: 2160721920>

View parameters are not consistent with each other.

BadViewVersionInvalid = <StatusCodes.BadViewVersionInvalid: 2160787456>

View version is not available or not supported.

UncertainNotAllNodesAvailable = <StatusCodes.UncertainNotAllNodesAvailable: 1086324736>

List of references may not be complete because the underlying system is not available.

GoodResultsMayBeIncomplete = <StatusCodes.GoodResultsMayBeIncomplete: 12189696>

Server should have followed a reference to a node in a remote server but it did not. Result set may be incomplete.

BadNotTypeDefinition = <StatusCodes.BadNotTypeDefinition: 2160590848>

Provided Nodeid is not a type definition nodeid.

UncertainReferenceOutOfServer = <StatusCodes.UncertainReferenceOutOfServer: 1080819712>

One of the references to follow in the relative path references a node in the address space in another server.

BadTooManyMatches = <StatusCodes.BadTooManyMatches: 2154627072>

Requested operation contains too many matches to return.

BadQueryTooComplex = <StatusCodes.BadQueryTooComplex: 2154692608>

Requested operation requires too many server resources.

BadNoMatch = <StatusCodes.BadNoMatch: 2154758144>

Requested operation contains no matches to return.

BadMaxAgeInvalid = <StatusCodes.BadMaxAgeInvalid: 2154823680>

Invalid maximum age.

BadHistoryOperationInvalid = <StatusCodes.BadHistoryOperationInvalid: 2154889216>

Invalid history details.

BadHistoryOperationUnsupported = <StatusCodes.BadHistoryOperationUnsupported: 2154954752>

Server does not support requested operation.

BadInvalidTimestampArgument = <StatusCodes.BadInvalidTimestampArgument: 2159869952>

Invalid timestamp.

BadWriteNotSupported = <StatusCodes.BadWriteNotSupported: 2155020288>

Server does not support writing the provided combination of value, status, and timestamp.

BadTypeMismatch = <StatusCodes.BadTypeMismatch: 2155085824>

Supplied value for the attribute does not have the same type of attribute's value.

BadMethodInvalid = <StatusCodes.BadMethodInvalid: 2155151360>

Method ID does not refer to a method for the specified object.

BadArgumentsMissing = <StatusCodes.BadArgumentsMissing: 2155216896>

Client did not specify all input arguments of the method.

BadTooManySubscriptions = <StatusCodes.BadTooManySubscriptions: 2155282432>

Server reached its maximum number of subscriptions.

BadTooManyPublishRequests = <StatusCodes.BadTooManyPublishRequests: 2155347968>

Server reached its maximum number of queued-publish requests.

BadNoSubscription = <StatusCodes.BadNoSubscription: 2155413504>

No subscription available for this session.

BadSequenceNumberUnknown = <StatusCodes.BadSequenceNumberUnknown: 2155479040>

Sequence number is unknown to the server.

BadMessageNotAvailable = <StatusCodes.BadMessageNotAvailable: 2155544576>

Requested notification message is no longer available.

BadInsufficientClientProfile = <StatusCodes.BadInsufficientClientProfile: 2155610112>

Client of the current session does not support one or more profiles necessary for subscription.

BadStateNotActive = <StatusCodes.BadStateNotActive: 2160001024>

Sub-state machine not currently active.

BadTcpServerTooBusy = <StatusCodes.BadTcpServerTooBusy: 2155675648>

Server cannot process request becaus it is too busy.

BadTcpMessageTypeInvalid = <StatusCodes.BadTcpMessageTypeInvalid: 2155741184>

Invalid type specified in message's header.

BadTcpSecureChannelUnknown = <StatusCodes.BadTcpSecureChannelUnknown: 2155806720>

SecureChannelId or TokenId are not currently in use.

BadTcpMessageTooLarge = <StatusCodes.BadTcpMessageTooLarge: 2155872256>

Size specified in message's header is too large.

BadTcpNotEnoughResources = <StatusCodes.BadTcpNotEnoughResources: 2155937792>

Not enough resources to process request.

BadTcpInternalError = <StatusCodes.BadTcpInternalError: 2156003328>

Internal error occurred.

BadTcpEndpointUrlInvalid = <StatusCodes.BadTcpEndpointUrlInvalid: 2156068864>

Server does not recognize the specified query string.

BadRequestInterrupted = <StatusCodes.BadRequestInterrupted: 2156134400>

Request could not be set due to a network interruption.

BadRequestTimeout = <StatusCodes.BadRequestTimeout: 2156199936>

Time-out occurred while processing request.

BadSecureChannelClosed = <StatusCodes.BadSecureChannelClosed: 2156265472>

Secure channel was closed.

BadSecureChannelTokenUnknown = <StatusCodes.BadSecureChannelTokenUnknown: 2156331008>

Expired token or it is not recognized.

BadSequenceNumberInvalid = <StatusCodes.BadSequenceNumberInvalid: 2156396544>

Invalid sequence number.

BadProtocolVersionUnsupported = <StatusCodes.BadProtocolVersionUnsupported: 2159935488>

Application does not have compatible protocol versions.

BadConfigurationError = <StatusCodes.BadConfigurationError: 2156462080>

Problem with configuration affecting value's usefulness.

BadNotConnected = <StatusCodes.BadNotConnected: 2156527616>

Variable must receive its value from another variable, but it was never configured to do so.

BadDeviceFailure = <StatusCodes.BadDeviceFailure: 2156593152>

A failure happened on the device or data source that generates the value and it affected that value.

BadSensorFailure = <StatusCodes.BadSensorFailure: 2156658688>

A failure happened in the sensor from which the value derives by the device or data source.

BadOutOfService = <StatusCodes.BadOutOfService: 2156724224>

Data source is not operational.

BadDeadbandFilterInvalid = <StatusCodes.BadDeadbandFilterInvalid: 2156789760>

Invalid dead band filter.

UncertainNoCommunicationLastUsableValue = <StatusCodes.UncertainNoCommunicationLastUsableValue: 1083113472>

Communication with data source failed. Value of the variable is the last value with a good quality.

UncertainLastUsableValue = <StatusCodes.UncertainLastUsableValue: 1083179008>

Whatever updating this value stopped doing so.

UncertainSubstituteValue = <StatusCodes.UncertainSubstituteValue: 1083244544>

Value is an operational value manually overwritten.

UncertainInitialValue = <StatusCodes.UncertainInitialValue: 1083310080>

Value is an initial value for a variable that normally receives its value from another variable.

UncertainSensorNotAccurate = <StatusCodes.UncertainSensorNotAccurate: 1083375616>

Value is at one of sensor limits.

UncertainEngineeringUnitsExceeded = <StatusCodes.UncertainEngineeringUnitsExceeded: 1083441152>

Value is outside the range of values defined for this parameter.

UncertainSubNormal = <StatusCodes.UncertainSubNormal: 1083506688>

Value is derived from multiple sources and contains less than the required number of good sources.

GoodLocalOverride = <StatusCodes.GoodLocalOverride: 9830400>

Value was overridden

BadRefreshInProgress = <StatusCodes.BadRefreshInProgress: 2157379584>

Failed refreshing condition because a refresh operation is already in progress.

BadConditionAlreadyDisabled = <StatusCodes.BadConditionAlreadyDisabled: 2157445120>

This condition was already disabled.

BadConditionAlreadyEnabled = <StatusCodes.BadConditionAlreadyEnabled: 2160852992>

This condition was already enabled.

BadConditionDisabled = <StatusCodes.BadConditionDisabled: 2157510656>

Property not available, this condition is disabled.

BadEventIdUnknown = <StatusCodes.BadEventIdUnknown: 2157576192>

Specified event ID is not recognized.

BadEventNotAcknowledgeable = <StatusCodes.BadEventNotAcknowledgeable: 2159738880>

Event cannot be acknowledged.

BadDialogNotActive = <StatusCodes.BadDialogNotActive: 2160918528>

Dialog condition is not active.

BadDialogResponseInvalid = <StatusCodes.BadDialogResponseInvalid: 2160984064>

Response is not valid for the dialog.

BadConditionBranchAlreadyAcked = <StatusCodes.BadConditionBranchAlreadyAcked: 2161049600>

Condition branch was already acknowledged.

BadConditionBranchAlreadyConfirmed = <StatusCodes.BadConditionBranchAlreadyConfirmed: 2161115136>

Condition branch was already confirmed.

BadConditionAlreadyShelved = <StatusCodes.BadConditionAlreadyShelved: 2161180672>

Condition was already shelved.

BadConditionNotShelved = <StatusCodes.BadConditionNotShelved: 2161246208>

Condition is not currently shelved.

BadShelvingTimeOutOfRange = <StatusCodes.BadShelvingTimeOutOfRange: 2161311744>

Shelving time is not within an acceptable range.

BadNoData = <StatusCodes.BadNoData: 2157641728>

There is no data for the requested time range or event filter.

BadNoBound = <StatusCodes.BadNoBound: 2157707264>

There is no data to provide upper or lower bound value.

BadDataLost = <StatusCodes.BadDataLost: 2157772800>

Data is missing due to collection started, stopped, or lost.

BadDataUnavailable = <StatusCodes.BadDataUnavailable: 2157838336>

Expected data is unavailable for the requested time range due to an unmounted volume, an off-line archive or tape, or a similar reason for temporary unavailability.

BadEntryExists = <StatusCodes.BadEntryExists: 2157903872>

Data or event was not successfully inserted because a matching entry already exists.

BadNoEntryExists = <StatusCodes.BadNoEntryExists: 2157969408>

Data or event was not successfully updated because no matching entry exists.

BadTimestampNotSupported = <StatusCodes.BadTimestampNotSupported: 2158034944>

Client requested history using a timestamp format not supported by the server, that is, the requested ServerTimestamp only supports SourceTimestamp.

GoodEntryInserted = <StatusCodes.GoodEntryInserted: 10616832>

Data or event was successfully inserted in the historical database.

GoodEntryReplaced = <StatusCodes.GoodEntryReplaced: 10682368>

Data or event field was successfully replaced in the historical database.

UncertainDataSubNormal = <StatusCodes.UncertainDataSubNormal: 1084489728>

Value is derived from multiple values and contains less than the required number of good values.

GoodNoData = <StatusCodes.GoodNoData: 10813440>

There is no data for the requested time range or event filter.

GoodMoreData = <StatusCodes.GoodMoreData: 10878976>

Data or event field was successfully replaced in the historical database.

GoodCommunicationEvent = <StatusCodes.GoodCommunicationEvent: 10944512>

Communication layer raised an event.

GoodShutdownEvent = <StatusCodes.GoodShutdownEvent: 11010048>

System is shutting down.

GoodCallAgain = <StatusCodes.GoodCallAgain: 11075584>

Operation is not finished and must be called again.

GoodNonCriticalTimeout = <StatusCodes.GoodNonCriticalTimeout: 11141120>

A non-critical time-out occurred.

BadInvalidArgument = <StatusCodes.BadInvalidArgument: 2158690304>

One or more arguments are invalid.

BadConnectionRejected = <StatusCodes.BadConnectionRejected: 2158755840>

Could not establish a network connection to a remote server.

BadDisconnect = <StatusCodes.BadDisconnect: 2158821376>

Server disconnected from client.

BadConnectionClosed = <StatusCodes.BadConnectionClosed: 2158886912>

Network connection was closed.

BadInvalidState = <StatusCodes.BadInvalidState: 2158952448>

Operation cannot be completed because the object is closed, uninitialized, or in some other invalid state.

BadEndOfStream = <StatusCodes.BadEndOfStream: 2159017984>

Cannot move beyond the end of the stream.

BadNoDataAvailable = <StatusCodes.BadNoDataAvailable: 2159083520>

No data is currently available for reading from a non-blocking stream.

BadWaitingForResponse = <StatusCodes.BadWaitingForResponse: 2159149056>

Asynchronous operation is waiting for a response.

BadOperationAbandoned = <StatusCodes.BadOperationAbandoned: 2159214592>

Asynchronous operation abandoned by the caller.

BadExpectedStreamToBlock = <StatusCodes.BadExpectedStreamToBlock: 2159280128>

Stream did not return all requested data, possibly because it is a non-blocking stream.

BadWouldBlock = <StatusCodes.BadWouldBlock: 2159345664>

Non-blocking behaviour required, therefore the operation will be blocked.

BadSyntaxError = <StatusCodes.BadSyntaxError: 2159411200>

Invalid value syntax.

BadMaxConnectionsReached = <StatusCodes.BadMaxConnectionsReached: 2159476736>

Operation could not be finished because all available connections are in use.

Good = <StatusCodes.Good: 0>

Operation completed successfully.

Uncertain = <StatusCodes.Uncertain: 1073741824>

Operation completed, but its outputs may not be usable.

Bad = <StatusCodes.Bad: 2147483648>

Operation failed.

Inherited Members
enum.Enum
name
value