pdfire-client / io.pdfire.client / ApiError

ApiError

data class ApiError

Represents an error from the API.

Constructors

<init>

ApiError(message: String)

Represents an error from the API.

Properties

message

val message: String

The error message.