ADC Advanced Policy Expressions

ERROR_CATEGORY_E


This object represents one of the error categories.

Enumerations

ERR_AAA_GENERIC

This category identifies the scenario when a AAA submodule sends a legacy error number

ERR_AAA_ALLOC

This category identifies all memory allocation issue while processing AAA traffic.

ERR_AAA_C2C

This category of errors identifies the inter-node communication failures that happen while processing AAA traffic.

ERR_AAA_POLICY

This category of errors identifies the failure in policy subsystem while evaluation of policies.

ERR_AAA_CONFIG

This category of errors identifies all configuration issues while processing AAA traffic.

ERR_AAA_IIP

This category of errors identifies the issues while allocating intranet IP to a client.

ERR_AAA_AUTHN

This category of errors identifies the errors AAA module encounters while handling client authentication.

ERR_AAA_REASSEMBLY

This category of errors identifies the errors when AAA module tries to accumulate the post data.

ERR_AAA_NOSERVICE

This category of errors holds all the cases where AAA module fails to establish backend server connection.

ERR_AAA_UNAUTHORIZED

This error denotes a failed access to a resource

ERR_AAA_BAD_REQUEST

This error is set when AAA module sees a malformed message

ERR_AAA_PAGE_NOT_FOUND

This error is set when a request for a non-existent page is seen by AAA module

ERR_UNKNOWN

This category of errors is for all such errors for which category is unknown.

ERR_AAA_LOGIN_ATTEMPTS

This category of errors encompasses failures due to exceeding login attempts.

ERR_AAA_SAML

This category of errors represents all errors while processing SAML (Secure Assertion Markup Language) messages.

ERR_AAA_KERBEROS

This category of errors represents all errors while processing Kerberos messages.

AAA_LOGIN_REDIRECT

This category of errors represents all return codes while redirecting user for login.

This topic lists the expressions that are provided by this class.

EQ (error_category_e e)

The result is Boolean TRUE if the input argument is equal to the error presented by this object.

Parameters (expressions not allowed):

            e- Error enumeration

Returns: bool_at

NE (error_category_e e)

The result is Boolean TRUE if the input argument is not equal to the error presented by this object.

Parameters (expressions not allowed):

            e- Error enumeration

Returns: bool_at

ERROR_CATEGORY_E

In this article