qgw
    Preparing search index...

    Type Alias TransactionErrorCode

    TransactionErrorCode:
        | "ERR_PARSE"
        | "ERR_SERVER_RESPONSE"
        | "ERR_SERVER_DECLINED"

    Type declaration

    • "ERR_PARSE"

      When a Transaction Request's fields sent to the Engine Library is improperly formatted..

    • "ERR_SERVER_RESPONSE"

      An error originating from quantum gateway server before a transaction was processed.

    • "ERR_SERVER_DECLINED"

      An error originating from quantum gateway server after a transaction was processed and was declined.