DocumentStatusErrorItemDto

data class DocumentStatusErrorItemDto(val id: String, val message: String)

Represents an error that can occur while polling for document processing status

Parameters

id

This is a unique identifier intended to identify the document in the Sensibill system.

message

Constructors

Link copied to clipboard
constructor(id: String, message: String)

Properties

Link copied to clipboard
@SerializedName(value = "id")
val id: String
Link copied to clipboard
@SerializedName(value = "message")
val message: String