aries-mediator-dotnet / net.globalid.aries.mediator.dotnet.inbox.models.inbox / InboxProcessResponse / Error

Error

data class Error : InboxProcessResponse

Represents error state if inbox process result

Constructors

<init>

Represents error state if inbox process result

Error(inboxId: String, throwable: Throwable)

Properties

inboxId

id of processed inbox message

val inboxId: String

throwable

is the underlying cause of the error

val throwable: Throwable