RawErrorResponse

data class RawErrorResponse(val statusMessage: String, val statusCode: Int, val success: Boolean?, val errorMessage: String?)

Constructors

Link copied to clipboard
constructor(statusMessage: String, statusCode: Int, success: Boolean?, errorMessage: String?)

Properties

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

Functions