ADC Advanced Policy Expressions

MYSQL_RES_ERROR_T


mysql response error.

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

  • MESSAGE

    String for the message field of the error response.

Returns: text_t

  • NUM

    Error number field of the error response.

Returns: num_at

  • SQLSTATE

    String for the SqlState field of the error response. The server translates error number values to sqlstate values.

Returns: text_t

MYSQL_RES_ERROR_T

In this article