expExpressionError

EXPRESSION-MIB · .1.3.6.1.4.1.9.10.22.1.3.1.1.10

Object

column Enumeration
The error that occurred.  In the following explanations the
expected timing of the error is in parentheses.  'S' means
the error occurs on a Set request.  'E' means the error
occurs on the attempt to evaluate the expression either
due to Get from expValueTable or in ongoing delta
processing.
              
invalidSyntax           the value sent for expExpression
                        is not valid Expression MIB
                        expression syntax (S)
undefinedObjectIndex    an object reference ($n) in
                        expExpression does not have a
                        matching instance in
                        expObjectTable (E)
unrecognizedOperator    the value sent for expExpression
                        held an unrecognized operator (S)
unrecognizedFunction    the value sent for expExpression
                        held an unrecognized function
                        name (S)
invalidOperandType      an operand in expExpression is not
                        the right type for the associated
                        operator or result (SE)
unmatchedParenthesis    the value sent for expExpression
                        is not correctly parenthesized (S)
tooManyWildcardValues   evaluating the expression exceeded
                        the limit set by expResourceDelta
                        WildcardInstanceMaximum (E)
recursion               through some chain of embedded
                        expressions the expression invokes
                        itself (E)
deltaTooShort           the delta for the next evaluation
                        passed before the system could
                        evaluate the present sample (E)
resourceUnavailable     some resource, typically dynamic
                        memory, was unavailable (SE)
divideByZero            an attempt to divide by zero
                        occurred (E)
              
For the errors that occur when the attempt is made to set
expExpression Set request fails with the SNMP error code
'wrongValue'. Such failures refer to the most recent failure
to Set expExpression, not to the present value of
expExpression which must be either unset or syntactically
correct.
              
Errors that occur during evalutaion for a Get* operation
return the SNMP error code 'genErr' except for
'tooManyWildcardValues' and 'resourceUnavailable' which
return the SNMP error code 'resourceUnavailable'.
              
This object is not instantiated if there have been no
errors.

Context

MIB
EXPRESSION-MIB
OID
.1.3.6.1.4.1.9.10.22.1.3.1.1.10
Type
column
Access
readonly
Status
current
Parent
expExpressionEntry
Table
expExpressionTable
Siblings
11

Syntax

Enumeration

Values & Constraints

Enumerated Values
1invalidSyntax
2undefinedObjectIndex
3unrecognizedOperator
4unrecognizedFunction
5invalidOperandType
6unmatchedParenthesis
7tooManyWildcardValues
8recursion
9deltaTooShort
10resourceUnavailable
11divideByZero

Related Objects

Sibling Objects