DocumentStatusErrorItemDto

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

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

Parameters

id

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

message

Constructors

DocumentStatusErrorItemDto
Link copied to clipboard
fun DocumentStatusErrorItemDto(id: String, message: String)
This is a unique identifier which is used to identify the document in the Sensibill system.

Properties

id
Link copied to clipboard
@SerializedName(value = id)
val id: String
This is a unique identifier which is used to identify the document in the Sensibill system.
message
Link copied to clipboard
@SerializedName(value = message)
val message: String