AsyncErrorDetails

Error details for the failed asynchronous operation.

Types

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

Properties

Link copied to clipboard
val code: String?

A string that uniquely identifies the error condition.

Link copied to clipboard

A generic description of the error condition in English.

Link copied to clipboard

The ID of the request associated with the error.

Link copied to clipboard

The identifier of the resource associated with the error.

Functions

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