ErrorResponse

@Serializable
data class ErrorResponse(val message: String)

Represents an error.

Parameters

message

The error message.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
@SerialName(value = "message")
@Required
val message: String