Updated on 2024-05-21 GMT+08:00

Prompt Message Function

  • report_application_error()

    Description: This function can be used to throw errors during PL execution.

    Return type: void

    Table 1 Parameters for report_application_error

    Parameter

    Type

    Description

    Required

    log

    text

    Content of an error message.

    Yes

    code

    int4

    Error code corresponding to an error message. The value ranges from –20999 to –20000.

    No