CustomErrorResponse

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

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

Constructors

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

Properties

Link copied to clipboard
open override val error: String? = null
Link copied to clipboard