セッション中断

セッション中断メッセージを textMessage(JSON フォーマット)で返却します。

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."
}