Interface: IDataspaceProtocolTransferSuspensionMessage
Interface for the Dataspace Protocol transfer suspension message.
See
https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-suspension-message
Properties
@context
@context:
DataspaceProtocolContextType
The JSON-LD context.
@type
@type:
"TransferSuspensionMessage"
The JSON-LD type.
consumerPid
consumerPid:
string
MUST refer to the transfer identifier of the Consumer side.
providerPid
providerPid:
string
MUST refer to the transfer identifier of the Provider side.
code?
optionalcode?:string
The suspension code.
reason?
optionalreason?:any[]
The suspension reason(s).