data class Error : InboxProcessResponse
Represents error state if inbox process result
<init> |
Represents error state if inbox process result Error(inboxId: String, throwable: Throwable) |
inboxId |
id of processed inbox message val inboxId: String |
throwable |
is the underlying cause of the error val throwable: Throwable |