CustomErrorResponse

@Serializable
data class CustomErrorResponse(val errorCode: String, val error: String) : ErrorResponse

All ErrorResponses, that we cannot map to a subtype of ErrorResponse.

Constructors

Link copied to clipboard
constructor(errorCode: String, error: String)

Properties

Link copied to clipboard
open override val error: String
Link copied to clipboard
@SerialName(value = "errcode")
val errorCode: String