Skip to main content

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?

optional code?: string

The suspension code.


reason?

optional reason?: any[]

The suspension reason(s).