FailureResponse

@Serializable
data class FailureResponse(val statusCode: Int, val error: String, val message: String)

Constructors

Link copied to clipboard
constructor(statusCode: Int, error: String, message: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard