MessageDetail

The details of an error message.

Types

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

Properties

Link copied to clipboard
val code: String?

The error code.

Link copied to clipboard

The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.

Link copied to clipboard

The name of the resource.

Functions

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