node-opcua-constants
Advanced tools
Comparing version 2.0.0-alpha.9 to 2.0.0-alpha.19
@@ -111,6 +111,11 @@ "use strict"; | ||
}, | ||
BadCertificatePolicyCheckFailed: { | ||
name: "BadCertificatePolicyCheckFailed", | ||
value: 0x81140000, | ||
description: "The certificate does not meet the requirements of the security policy." | ||
}, | ||
BadCertificateTimeInvalid: { | ||
name: "BadCertificateTimeInvalid", | ||
value: 0x80140000, | ||
description: "The Certificate has expired or is not yet valid." | ||
description: "The certificate has expired or is not yet valid." | ||
}, | ||
@@ -120,3 +125,3 @@ BadCertificateIssuerTimeInvalid: { | ||
value: 0x80150000, | ||
description: "An Issuer Certificate has expired or is not yet valid." | ||
description: "An issuer certificate has expired or is not yet valid." | ||
}, | ||
@@ -126,3 +131,3 @@ BadCertificateHostNameInvalid: { | ||
value: 0x80160000, | ||
description: "The HostName used to connect to a Server does not match a HostName in the Certificate." | ||
description: "The HostName used to connect to a server does not match a HostName in the certificate." | ||
}, | ||
@@ -132,3 +137,3 @@ BadCertificateUriInvalid: { | ||
value: 0x80170000, | ||
description: "The URI specified in the ApplicationDescription does not match the URI in the Certificate." | ||
description: "The URI specified in the ApplicationDescription does not match the URI in the certificate." | ||
}, | ||
@@ -138,3 +143,3 @@ BadCertificateUseNotAllowed: { | ||
value: 0x80180000, | ||
description: "The Certificate may not be used for the requested operation." | ||
description: "The certificate may not be used for the requested operation." | ||
}, | ||
@@ -144,3 +149,3 @@ BadCertificateIssuerUseNotAllowed: { | ||
value: 0x80190000, | ||
description: "The Issuer Certificate may not be used for the requested operation." | ||
description: "The issuer certificate may not be used for the requested operation." | ||
}, | ||
@@ -150,3 +155,3 @@ BadCertificateUntrusted: { | ||
value: 0x801a0000, | ||
description: "The Certificate is not trusted." | ||
description: "The certificate is not trusted." | ||
}, | ||
@@ -156,3 +161,3 @@ BadCertificateRevocationUnknown: { | ||
value: 0x801b0000, | ||
description: "It was not possible to determine if the Certificate has been revoked." | ||
description: "It was not possible to determine if the certificate has been revoked." | ||
}, | ||
@@ -162,3 +167,3 @@ BadCertificateIssuerRevocationUnknown: { | ||
value: 0x801c0000, | ||
description: "It was not possible to determine if the Issuer Certificate has been revoked." | ||
description: "It was not possible to determine if the issuer certificate has been revoked." | ||
}, | ||
@@ -168,3 +173,3 @@ BadCertificateRevoked: { | ||
value: 0x801d0000, | ||
description: "The Certificate has been revoked." | ||
description: "The certificate has been revoked." | ||
}, | ||
@@ -174,4 +179,9 @@ BadCertificateIssuerRevoked: { | ||
value: 0x801e0000, | ||
description: "The Issuer Certificate has been revoked." | ||
description: "The issuer certificate has been revoked." | ||
}, | ||
BadCertificateChainIncomplete: { | ||
name: "BadCertificateChainIncomplete", | ||
value: 0x810d0000, | ||
description: "The certificate chain is incomplete." | ||
}, | ||
BadUserAccessDenied: { | ||
@@ -238,2 +248,22 @@ name: "BadUserAccessDenied", | ||
}, | ||
BadTooManyArguments: { | ||
name: "BadTooManyArguments", | ||
value: 0x80e50000, | ||
description: "Too many arguments were provided." | ||
}, | ||
BadLicenseExpired: { | ||
name: "BadLicenseExpired", | ||
value: 0x810e0000, | ||
description: "The server requires a license to operate in general or to perform a service or operation, but existing license is expired." | ||
}, | ||
BadLicenseLimitsExceeded: { | ||
name: "BadLicenseLimitsExceeded", | ||
value: 0x810f0000, | ||
description: "The server has limits on number of allowed operations / objects, based on installed licenses, and these limits where exceeded." | ||
}, | ||
BadLicenseNotAvailable: { | ||
name: "BadLicenseNotAvailable", | ||
value: 0x81100000, | ||
description: "The server does not have a license which is required to operate in general or to perform a service or operation." | ||
}, | ||
GoodSubscriptionTransferred: { | ||
@@ -254,7 +284,11 @@ name: "GoodSubscriptionTransferred", | ||
}, | ||
GoodClamped: { name: "GoodClamped", value: 0x300000, description: "The value written was accepted but was clamped." }, | ||
GoodClamped: { | ||
name: "GoodClamped", | ||
value: 0x300000, | ||
description: "The value written was accepted but was clamped." | ||
}, | ||
BadNoCommunication: { | ||
name: "BadNoCommunication", | ||
value: 0x80310000, | ||
description: "Communication with the data source is defined" | ||
description: "Communication with the data source is defined, but not established, and there is no last known value available." | ||
}, | ||
@@ -375,3 +409,3 @@ BadWaitingForInitialData: { | ||
value: 0x80c10000, | ||
description: "An unregognized operator was provided in a filter." | ||
description: "An unrecognized operator was provided in a filter." | ||
}, | ||
@@ -381,3 +415,3 @@ BadFilterOperatorUnsupported: { | ||
value: 0x80c20000, | ||
description: "A valid operator was provided" | ||
description: "A valid operator was provided, but the server does not provide support for this filter operator." | ||
}, | ||
@@ -417,3 +451,3 @@ BadFilterOperandCountMismatch: { | ||
value: 0x804c0000, | ||
description: "The operation could not be processed because all continuation points have been allocated." | ||
description: "The reference type id does not refer to a valid reference type node." | ||
}, | ||
@@ -426,2 +460,7 @@ BadBrowseDirectionInvalid: { | ||
BadNodeNotInView: { name: "BadNodeNotInView", value: 0x804e0000, description: "The node is not part of the view." }, | ||
BadNumericOverflow: { | ||
name: "BadNumericOverflow", | ||
value: 0x81120000, | ||
description: "The number was not accepted because of a numeric overflow." | ||
}, | ||
BadServerUriInvalid: { | ||
@@ -432,3 +471,7 @@ name: "BadServerUriInvalid", | ||
}, | ||
BadServerNameMissing: { name: "BadServerNameMissing", value: 0x80500000, description: "No ServerName was specified." }, | ||
BadServerNameMissing: { | ||
name: "BadServerNameMissing", | ||
value: 0x80500000, | ||
description: "No ServerName was specified." | ||
}, | ||
BadDiscoveryUrlMissing: { | ||
@@ -452,3 +495,3 @@ name: "BadDiscoveryUrlMissing", | ||
value: 0x80540000, | ||
description: "The security mode does not meet the requirements set by the Server." | ||
description: "The security mode does not meet the requirements set by the server." | ||
}, | ||
@@ -458,3 +501,3 @@ BadSecurityPolicyRejected: { | ||
value: 0x80550000, | ||
description: "The security policy does not meet the requirements set by the Server." | ||
description: "The security policy does not meet the requirements set by the server." | ||
}, | ||
@@ -484,3 +527,3 @@ BadTooManySessions: { | ||
value: 0x80c60000, | ||
description: "The Server does not support changing the user identity assigned to the session." | ||
description: "The server does not support changing the user identity assigned to the session." | ||
}, | ||
@@ -513,3 +556,7 @@ BadRequestCancelledByRequest: { | ||
BadNodeClassInvalid: { name: "BadNodeClassInvalid", value: 0x805f0000, description: "The node class is not valid." }, | ||
BadBrowseNameInvalid: { name: "BadBrowseNameInvalid", value: 0x80600000, description: "The browse name is invalid." }, | ||
BadBrowseNameInvalid: { | ||
name: "BadBrowseNameInvalid", | ||
value: 0x80600000, | ||
description: "The browse name is invalid." | ||
}, | ||
BadBrowseNameDuplicated: { | ||
@@ -620,4 +667,13 @@ name: "BadBrowseNameDuplicated", | ||
}, | ||
BadNoMatch: { name: "BadNoMatch", value: 0x806f0000, description: "The requested operation has no match to return." }, | ||
BadNoMatch: { | ||
name: "BadNoMatch", | ||
value: 0x806f0000, | ||
description: "The requested operation has no match to return." | ||
}, | ||
BadMaxAgeInvalid: { name: "BadMaxAgeInvalid", value: 0x80700000, description: "The max age parameter is invalid." }, | ||
BadSecurityModeInsufficient: { | ||
name: "BadSecurityModeInsufficient", | ||
value: 0x80e60000, | ||
description: "The operation is not permitted over the current secure channel." | ||
}, | ||
BadHistoryOperationInvalid: { | ||
@@ -641,3 +697,3 @@ name: "BadHistoryOperationInvalid", | ||
value: 0x80730000, | ||
description: "The server not does support writing the combination of value" | ||
description: "The server does not support writing the combination of value, status and timestamps provided." | ||
}, | ||
@@ -647,3 +703,3 @@ BadTypeMismatch: { | ||
value: 0x80740000, | ||
description: "The value supplied for the attribute is not of the same type as the attribute\'s value." | ||
description: "The value supplied for the attribute is not of the same type as the attribute's value." | ||
}, | ||
@@ -660,6 +716,11 @@ BadMethodInvalid: { | ||
}, | ||
BadNotExecutable: { | ||
name: "BadNotExecutable", | ||
value: 0x81110000, | ||
description: "The executable attribute does not allow the execution of the method." | ||
}, | ||
BadTooManySubscriptions: { | ||
name: "BadTooManySubscriptions", | ||
value: 0x80770000, | ||
description: "The server has reached its maximum number of subscriptions." | ||
description: "The server has reached its maximum number of subscriptions." | ||
}, | ||
@@ -689,3 +750,3 @@ BadTooManyPublishRequests: { | ||
value: 0x807c0000, | ||
description: "The Client of the current Session does not support one or more Profiles that are necessary for the Subscription." | ||
description: "The client of the current session does not support one or more Profiles that are necessary for the subscription." | ||
}, | ||
@@ -697,2 +758,3 @@ BadStateNotActive: { | ||
}, | ||
BadAlreadyExists: { name: "BadAlreadyExists", value: 0x81150000, description: "An equivalent rule already exists." }, | ||
BadTcpServerTooBusy: { | ||
@@ -727,3 +789,3 @@ name: "BadTcpServerTooBusy", | ||
value: 0x80830000, | ||
description: "The Server does not recognize the QueryString specified." | ||
description: "The server does not recognize the QueryString specified." | ||
}, | ||
@@ -768,3 +830,3 @@ BadRequestInterrupted: { | ||
value: 0x808a0000, | ||
description: "The variable should receive its value from another variable" | ||
description: "The variable should receive its value from another variable, but has never been configured to do so." | ||
}, | ||
@@ -830,3 +892,3 @@ BadDeviceFailure: { | ||
value: 0x80970000, | ||
description: "This Condition refresh failed" | ||
description: "This Condition refresh failed, a Condition refresh operation is already in progress." | ||
}, | ||
@@ -843,3 +905,7 @@ BadConditionAlreadyDisabled: { | ||
}, | ||
BadConditionDisabled: { name: "BadConditionDisabled", value: 0x80990000, description: "Property not available" }, | ||
BadConditionDisabled: { | ||
name: "BadConditionDisabled", | ||
value: 0x80990000, | ||
description: "Property not available, this condition is disabled." | ||
}, | ||
BadEventIdUnknown: { | ||
@@ -913,3 +979,3 @@ name: "BadEventIdUnknown", | ||
value: 0x809e0000, | ||
description: "Expected data is unavailable for the requested time range due to an un-mounted volume" | ||
description: "Expected data is unavailable for the requested time range due to an un-mounted volume, an off-line archive or tape, or similar reason for temporary unavailability." | ||
}, | ||
@@ -979,4 +1045,49 @@ BadEntryExists: { | ||
value: 0xd90000, | ||
description: "The request pecifies fields which are not valid for the EventType or cannot be saved by the historian." | ||
description: "The request specifies fields which are not valid for the EventType or cannot be saved by the historian." | ||
}, | ||
BadRequestNotAllowed: { | ||
name: "BadRequestNotAllowed", | ||
value: 0x80e40000, | ||
description: "The request was rejected by the server because it did not meet the criteria set by the server." | ||
}, | ||
BadRequestNotComplete: { | ||
name: "BadRequestNotComplete", | ||
value: 0x81130000, | ||
description: "The request has not been processed by the server yet." | ||
}, | ||
GoodEdited: { | ||
name: "GoodEdited", | ||
value: 0xdc0000, | ||
description: "The value does not come from the real source and has been edited by the server." | ||
}, | ||
GoodPostActionFailed: { | ||
name: "GoodPostActionFailed", | ||
value: 0xdd0000, | ||
description: "There was an error in execution of these post-actions." | ||
}, | ||
UncertainDominantValueChanged: { | ||
name: "UncertainDominantValueChanged", | ||
value: 0x40de0000, | ||
description: "The related EngineeringUnit has been changed but the Variable Value is still provided based on the previous unit." | ||
}, | ||
GoodDependentValueChanged: { | ||
name: "GoodDependentValueChanged", | ||
value: 0xe00000, | ||
description: "A dependent value has been changed but the change has not been applied to the device." | ||
}, | ||
BadDominantValueChanged: { | ||
name: "BadDominantValueChanged", | ||
value: 0x80e10000, | ||
description: "The related EngineeringUnit has been changed but this change has not been applied to the device. The Variable Value is still dependent on the previous unit but its status is currently Bad." | ||
}, | ||
UncertainDependentValueChanged: { | ||
name: "UncertainDependentValueChanged", | ||
value: 0x40e20000, | ||
description: "A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is uncertain." | ||
}, | ||
BadDependentValueChanged: { | ||
name: "BadDependentValueChanged", | ||
value: 0x80e30000, | ||
description: "A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is Bad." | ||
}, | ||
GoodCommunicationEvent: { | ||
@@ -1021,3 +1132,3 @@ name: "GoodCommunicationEvent", | ||
value: 0x80af0000, | ||
description: "The operation cannot be completed because the object is closed" | ||
description: "The operation cannot be completed because the object is closed, uninitialized or in some other invalid state." | ||
}, | ||
@@ -1024,0 +1135,0 @@ BadEndOfStream: { name: "BadEndOfStream", value: 0x80b00000, description: "Cannot move beyond end of the stream." }, |
{ | ||
"name": "node-opcua-constants", | ||
"version": "2.0.0-alpha.9", | ||
"version": "2.0.0-alpha.19", | ||
"description": "pure nodejs OPCUA SDK - module -constants", | ||
@@ -28,3 +28,3 @@ "scripts": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "cd7120d1840593757f0f3c9e53be4e85883dc0e6" | ||
"gitHead": "0343e8c37806056ab5bcfb1c5c083e910c7252cb" | ||
} |
@@ -13,5 +13,5 @@ /** | ||
export const StatusCodes: any = { | ||
Good: {name: "Good", value: 0, description: "No Error"} | ||
Good: { name: "Good", value: 0, description: "No Error" } | ||
, | ||
BadUnexpectedError: {name: "BadUnexpectedError", value: 0x80010000, description: "An unexpected error occurred."} | ||
BadUnexpectedError: { name: "BadUnexpectedError", value: 0x80010000, description: "An unexpected error occurred." } | ||
, | ||
@@ -78,3 +78,3 @@ BadInternalError: { | ||
, | ||
BadTimeout: {name: "BadTimeout", value: 0x800a0000, description: "The operation timed out."} | ||
BadTimeout: { name: "BadTimeout", value: 0x800a0000, description: "The operation timed out." } | ||
, | ||
@@ -141,6 +141,12 @@ BadServiceUnsupported: { | ||
, | ||
BadCertificatePolicyCheckFailed: { | ||
name: "BadCertificatePolicyCheckFailed", | ||
value: 0x81140000, | ||
description: "The certificate does not meet the requirements of the security policy." | ||
} | ||
, | ||
BadCertificateTimeInvalid: { | ||
name: "BadCertificateTimeInvalid", | ||
value: 0x80140000, | ||
description: "The Certificate has expired or is not yet valid." | ||
description: "The certificate has expired or is not yet valid." | ||
} | ||
@@ -151,3 +157,3 @@ , | ||
value: 0x80150000, | ||
description: "An Issuer Certificate has expired or is not yet valid." | ||
description: "An issuer certificate has expired or is not yet valid." | ||
} | ||
@@ -158,3 +164,3 @@ , | ||
value: 0x80160000, | ||
description: "The HostName used to connect to a Server does not match a HostName in the Certificate." | ||
description: "The HostName used to connect to a server does not match a HostName in the certificate." | ||
} | ||
@@ -165,3 +171,3 @@ , | ||
value: 0x80170000, | ||
description: "The URI specified in the ApplicationDescription does not match the URI in the Certificate." | ||
description: "The URI specified in the ApplicationDescription does not match the URI in the certificate." | ||
} | ||
@@ -172,3 +178,3 @@ , | ||
value: 0x80180000, | ||
description: "The Certificate may not be used for the requested operation." | ||
description: "The certificate may not be used for the requested operation." | ||
} | ||
@@ -179,3 +185,3 @@ , | ||
value: 0x80190000, | ||
description: "The Issuer Certificate may not be used for the requested operation." | ||
description: "The issuer certificate may not be used for the requested operation." | ||
} | ||
@@ -186,3 +192,3 @@ , | ||
value: 0x801a0000, | ||
description: "The Certificate is not trusted." | ||
description: "The certificate is not trusted." | ||
} | ||
@@ -193,3 +199,3 @@ , | ||
value: 0x801b0000, | ||
description: "It was not possible to determine if the Certificate has been revoked." | ||
description: "It was not possible to determine if the certificate has been revoked." | ||
} | ||
@@ -200,3 +206,3 @@ , | ||
value: 0x801c0000, | ||
description: "It was not possible to determine if the Issuer Certificate has been revoked." | ||
description: "It was not possible to determine if the issuer certificate has been revoked." | ||
} | ||
@@ -207,3 +213,3 @@ , | ||
value: 0x801d0000, | ||
description: "The Certificate has been revoked." | ||
description: "The certificate has been revoked." | ||
} | ||
@@ -214,5 +220,11 @@ , | ||
value: 0x801e0000, | ||
description: "The Issuer Certificate has been revoked." | ||
description: "The issuer certificate has been revoked." | ||
} | ||
, | ||
BadCertificateChainIncomplete: { | ||
name: "BadCertificateChainIncomplete", | ||
value: 0x810d0000, | ||
description: "The certificate chain is incomplete." | ||
} | ||
, | ||
BadUserAccessDenied: { | ||
@@ -254,3 +266,3 @@ name: "BadUserAccessDenied", | ||
, | ||
BadSessionIdInvalid: {name: "BadSessionIdInvalid", value: 0x80250000, description: "The session id is not valid."} | ||
BadSessionIdInvalid: { name: "BadSessionIdInvalid", value: 0x80250000, description: "The session id is not valid." } | ||
, | ||
@@ -293,2 +305,26 @@ BadSessionClosed: { | ||
, | ||
BadTooManyArguments: { | ||
name: "BadTooManyArguments", | ||
value: 0x80e50000, | ||
description: "Too many arguments were provided." | ||
} | ||
, | ||
BadLicenseExpired: { | ||
name: "BadLicenseExpired", | ||
value: 0x810e0000, | ||
description: "The server requires a license to operate in general or to perform a service or operation, but existing license is expired." | ||
} | ||
, | ||
BadLicenseLimitsExceeded: { | ||
name: "BadLicenseLimitsExceeded", | ||
value: 0x810f0000, | ||
description: "The server has limits on number of allowed operations / objects, based on installed licenses, and these limits where exceeded." | ||
} | ||
, | ||
BadLicenseNotAvailable: { | ||
name: "BadLicenseNotAvailable", | ||
value: 0x81100000, | ||
description: "The server does not have a license which is required to operate in general or to perform a service or operation." | ||
} | ||
, | ||
GoodSubscriptionTransferred: { | ||
@@ -312,3 +348,7 @@ name: "GoodSubscriptionTransferred", | ||
, | ||
GoodClamped: {name: "GoodClamped", value: 0x300000, description: "The value written was accepted but was clamped."} | ||
GoodClamped: { | ||
name: "GoodClamped", | ||
value: 0x300000, | ||
description: "The value written was accepted but was clamped." | ||
} | ||
, | ||
@@ -318,3 +358,3 @@ BadNoCommunication: { | ||
value: 0x80310000, | ||
description: "Communication with the data source is defined" | ||
description: "Communication with the data source is defined, but not established, and there is no last known value available." | ||
} | ||
@@ -382,3 +422,3 @@ , | ||
, | ||
BadOutOfRange: {name: "BadOutOfRange", value: 0x803c0000, description: "The value was out of range."} | ||
BadOutOfRange: { name: "BadOutOfRange", value: 0x803c0000, description: "The value was out of range." } | ||
, | ||
@@ -460,3 +500,3 @@ BadNotSupported: { | ||
value: 0x80c10000, | ||
description: "An unregognized operator was provided in a filter." | ||
description: "An unrecognized operator was provided in a filter." | ||
} | ||
@@ -467,3 +507,3 @@ , | ||
value: 0x80c20000, | ||
description: "A valid operator was provided" | ||
description: "A valid operator was provided, but the server does not provide support for this filter operator." | ||
} | ||
@@ -510,3 +550,3 @@ , | ||
value: 0x804c0000, | ||
description: "The operation could not be processed because all continuation points have been allocated." | ||
description: "The reference type id does not refer to a valid reference type node." | ||
} | ||
@@ -520,4 +560,10 @@ , | ||
, | ||
BadNodeNotInView: {name: "BadNodeNotInView", value: 0x804e0000, description: "The node is not part of the view."} | ||
BadNodeNotInView: { name: "BadNodeNotInView", value: 0x804e0000, description: "The node is not part of the view." } | ||
, | ||
BadNumericOverflow: { | ||
name: "BadNumericOverflow", | ||
value: 0x81120000, | ||
description: "The number was not accepted because of a numeric overflow." | ||
} | ||
, | ||
BadServerUriInvalid: { | ||
@@ -529,3 +575,7 @@ name: "BadServerUriInvalid", | ||
, | ||
BadServerNameMissing: {name: "BadServerNameMissing", value: 0x80500000, description: "No ServerName was specified."} | ||
BadServerNameMissing: { | ||
name: "BadServerNameMissing", | ||
value: 0x80500000, | ||
description: "No ServerName was specified." | ||
} | ||
, | ||
@@ -553,3 +603,3 @@ BadDiscoveryUrlMissing: { | ||
value: 0x80540000, | ||
description: "The security mode does not meet the requirements set by the Server." | ||
description: "The security mode does not meet the requirements set by the server." | ||
} | ||
@@ -560,3 +610,3 @@ , | ||
value: 0x80550000, | ||
description: "The security policy does not meet the requirements set by the Server." | ||
description: "The security policy does not meet the requirements set by the server." | ||
} | ||
@@ -591,3 +641,3 @@ , | ||
value: 0x80c60000, | ||
description: "The Server does not support changing the user identity assigned to the session." | ||
description: "The server does not support changing the user identity assigned to the session." | ||
} | ||
@@ -625,5 +675,9 @@ , | ||
, | ||
BadNodeClassInvalid: {name: "BadNodeClassInvalid", value: 0x805f0000, description: "The node class is not valid."} | ||
BadNodeClassInvalid: { name: "BadNodeClassInvalid", value: 0x805f0000, description: "The node class is not valid." } | ||
, | ||
BadBrowseNameInvalid: {name: "BadBrowseNameInvalid", value: 0x80600000, description: "The browse name is invalid."} | ||
BadBrowseNameInvalid: { | ||
name: "BadBrowseNameInvalid", | ||
value: 0x80600000, | ||
description: "The browse name is invalid." | ||
} | ||
, | ||
@@ -756,6 +810,16 @@ BadBrowseNameDuplicated: { | ||
, | ||
BadNoMatch: {name: "BadNoMatch", value: 0x806f0000, description: "The requested operation has no match to return."} | ||
BadNoMatch: { | ||
name: "BadNoMatch", | ||
value: 0x806f0000, | ||
description: "The requested operation has no match to return." | ||
} | ||
, | ||
BadMaxAgeInvalid: {name: "BadMaxAgeInvalid", value: 0x80700000, description: "The max age parameter is invalid."} | ||
BadMaxAgeInvalid: { name: "BadMaxAgeInvalid", value: 0x80700000, description: "The max age parameter is invalid." } | ||
, | ||
BadSecurityModeInsufficient: { | ||
name: "BadSecurityModeInsufficient", | ||
value: 0x80e60000, | ||
description: "The operation is not permitted over the current secure channel." | ||
} | ||
, | ||
BadHistoryOperationInvalid: { | ||
@@ -782,3 +846,3 @@ name: "BadHistoryOperationInvalid", | ||
value: 0x80730000, | ||
description: "The server not does support writing the combination of value" | ||
description: "The server does not support writing the combination of value, status and timestamps provided." | ||
} | ||
@@ -789,3 +853,3 @@ , | ||
value: 0x80740000, | ||
description: "The value supplied for the attribute is not of the same type as the attribute\'s value." | ||
description: "The value supplied for the attribute is not of the same type as the attribute's value." | ||
} | ||
@@ -805,6 +869,12 @@ , | ||
, | ||
BadNotExecutable: { | ||
name: "BadNotExecutable", | ||
value: 0x81110000, | ||
description: "The executable attribute does not allow the execution of the method." | ||
} | ||
, | ||
BadTooManySubscriptions: { | ||
name: "BadTooManySubscriptions", | ||
value: 0x80770000, | ||
description: "The server has reached its maximum number of subscriptions." | ||
description: "The server has reached its maximum number of subscriptions." | ||
} | ||
@@ -839,3 +909,3 @@ , | ||
value: 0x807c0000, | ||
description: "The Client of the current Session does not support one or more Profiles that are necessary for the Subscription." | ||
description: "The client of the current session does not support one or more Profiles that are necessary for the subscription." | ||
} | ||
@@ -849,2 +919,4 @@ , | ||
, | ||
BadAlreadyExists: { name: "BadAlreadyExists", value: 0x81150000, description: "An equivalent rule already exists." } | ||
, | ||
BadTcpServerTooBusy: { | ||
@@ -880,3 +952,3 @@ name: "BadTcpServerTooBusy", | ||
, | ||
BadTcpInternalError: {name: "BadTcpInternalError", value: 0x80820000, description: "An internal error occurred."} | ||
BadTcpInternalError: { name: "BadTcpInternalError", value: 0x80820000, description: "An internal error occurred." } | ||
, | ||
@@ -886,3 +958,3 @@ BadTcpEndpointUrlInvalid: { | ||
value: 0x80830000, | ||
description: "The Server does not recognize the QueryString specified." | ||
description: "The server does not recognize the QueryString specified." | ||
} | ||
@@ -935,3 +1007,3 @@ , | ||
value: 0x808a0000, | ||
description: "The variable should receive its value from another variable" | ||
description: "The variable should receive its value from another variable, but has never been configured to do so." | ||
} | ||
@@ -1005,3 +1077,3 @@ , | ||
, | ||
GoodLocalOverride: {name: "GoodLocalOverride", value: 0x960000, description: "The value has been overridden."} | ||
GoodLocalOverride: { name: "GoodLocalOverride", value: 0x960000, description: "The value has been overridden." } | ||
, | ||
@@ -1011,3 +1083,3 @@ BadRefreshInProgress: { | ||
value: 0x80970000, | ||
description: "This Condition refresh failed" | ||
description: "This Condition refresh failed, a Condition refresh operation is already in progress." | ||
} | ||
@@ -1027,3 +1099,7 @@ , | ||
, | ||
BadConditionDisabled: {name: "BadConditionDisabled", value: 0x80990000, description: "Property not available"} | ||
BadConditionDisabled: { | ||
name: "BadConditionDisabled", | ||
value: 0x80990000, | ||
description: "Property not available, this condition is disabled." | ||
} | ||
, | ||
@@ -1111,3 +1187,3 @@ BadEventIdUnknown: { | ||
value: 0x809e0000, | ||
description: "Expected data is unavailable for the requested time range due to an un-mounted volume" | ||
description: "Expected data is unavailable for the requested time range due to an un-mounted volume, an off-line archive or tape, or similar reason for temporary unavailability." | ||
} | ||
@@ -1190,5 +1266,59 @@ , | ||
value: 0xd90000, | ||
description: "The request pecifies fields which are not valid for the EventType or cannot be saved by the historian." | ||
description: "The request specifies fields which are not valid for the EventType or cannot be saved by the historian." | ||
} | ||
, | ||
BadRequestNotAllowed: { | ||
name: "BadRequestNotAllowed", | ||
value: 0x80e40000, | ||
description: "The request was rejected by the server because it did not meet the criteria set by the server." | ||
} | ||
, | ||
BadRequestNotComplete: { | ||
name: "BadRequestNotComplete", | ||
value: 0x81130000, | ||
description: "The request has not been processed by the server yet." | ||
} | ||
, | ||
GoodEdited: { | ||
name: "GoodEdited", | ||
value: 0xdc0000, | ||
description: "The value does not come from the real source and has been edited by the server." | ||
} | ||
, | ||
GoodPostActionFailed: { | ||
name: "GoodPostActionFailed", | ||
value: 0xdd0000, | ||
description: "There was an error in execution of these post-actions." | ||
} | ||
, | ||
UncertainDominantValueChanged: { | ||
name: "UncertainDominantValueChanged", | ||
value: 0x40de0000, | ||
description: "The related EngineeringUnit has been changed but the Variable Value is still provided based on the previous unit." | ||
} | ||
, | ||
GoodDependentValueChanged: { | ||
name: "GoodDependentValueChanged", | ||
value: 0xe00000, | ||
description: "A dependent value has been changed but the change has not been applied to the device." | ||
} | ||
, | ||
BadDominantValueChanged: { | ||
name: "BadDominantValueChanged", | ||
value: 0x80e10000, | ||
description: "The related EngineeringUnit has been changed but this change has not been applied to the device. The Variable Value is still dependent on the previous unit but its status is currently Bad." | ||
} | ||
, | ||
UncertainDependentValueChanged: { | ||
name: "UncertainDependentValueChanged", | ||
value: 0x40e20000, | ||
description: "A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is uncertain." | ||
} | ||
, | ||
BadDependentValueChanged: { | ||
name: "BadDependentValueChanged", | ||
value: 0x80e30000, | ||
description: "A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is Bad." | ||
} | ||
, | ||
GoodCommunicationEvent: { | ||
@@ -1200,3 +1330,3 @@ name: "GoodCommunicationEvent", | ||
, | ||
GoodShutdownEvent: {name: "GoodShutdownEvent", value: 0xa80000, description: "The system is shutting down."} | ||
GoodShutdownEvent: { name: "GoodShutdownEvent", value: 0xa80000, description: "The system is shutting down." } | ||
, | ||
@@ -1242,6 +1372,6 @@ GoodCallAgain: { | ||
value: 0x80af0000, | ||
description: "The operation cannot be completed because the object is closed" | ||
description: "The operation cannot be completed because the object is closed, uninitialized or in some other invalid state." | ||
} | ||
, | ||
BadEndOfStream: {name: "BadEndOfStream", value: 0x80b00000, description: "Cannot move beyond end of the stream."} | ||
BadEndOfStream: { name: "BadEndOfStream", value: 0x80b00000, description: "Cannot move beyond end of the stream." } | ||
, | ||
@@ -1278,3 +1408,3 @@ BadNoDataAvailable: { | ||
, | ||
BadSyntaxError: {name: "BadSyntaxError", value: 0x80b60000, description: "A value had an invalid syntax."} | ||
BadSyntaxError: { name: "BadSyntaxError", value: 0x80b60000, description: "A value had an invalid syntax." } | ||
, | ||
@@ -1281,0 +1411,0 @@ BadMaxConnectionsReached: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3585754
34798