Session Interruption

HULFT-WebConnect returns the session interruption message as a textMessage (JSON format).

Response Interface

Parameter Name

Value

Description

type

string

Type of response ('abort' is set)

processingId

string

Processing identifier

statusCode

string

Status code

detailCode

string

Detail code

message

string

Message in response

Example

{
        "type":"abort",
        "processingId":"D48A236EC305A601BBD27D073ADFA493B1",
        "statusCode":"2",
        "detailCode":"0001",
        "message":"An error has occurred in the receiving-side HULFT."
}