ResponseError

@Serializable
class ResponseError(val code: String? = null, val message: String? = null)

What went wrong on a ResponseStatus.FAILED response.

Constructors

Link copied to clipboard
constructor(code: String? = null, message: String? = null)

Properties

Link copied to clipboard
val code: String?

Machine-readable error code.

Link copied to clipboard

Human-readable description of the failure.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String