FailedRequest

A failed request identified by the unique client token.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client provided parameter used for idempotency. Its value must be unique for each request.

Link copied to clipboard

A predefined code indicating the error that caused the failure.

Link copied to clipboard
val id: String?

Identifier representing a Dial request

Functions

Link copied to clipboard
inline fun copy(block: FailedRequest.Builder.() -> Unit = {}): FailedRequest
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