Could you please tell me the common error keywords of the RFA protocol that we need to monitor?

yangjie
yangjie Newcomer
edited September 1 in RFA
Tagged:

Answers

  • Hello @yangjie

    When the error occurs with the RFA application, it is most likely to be available via the Status response message. The application should handle and monitor incoming the Status messages (which can be generated from the backend or the API itself).

    Some of common error that come through an application via the Status response message are as follows:

    • The record could not be found: Invalid or non-existing RIC name
    • Access Denied: User req XXX: Permission error
    • Request timeout: The API did not receive a response message from the server on time. Most likely a network issue.
    • Waiting for service XXX UP. Item recovery in progress: Service XXX on the server is not UP.
    • etc.

    I hope this helps.