ErrorDetails

Describes in-depth details about the error. These details include the possible causes of the error and troubleshooting information.

Types

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

Properties

Link copied to clipboard

Indicates the error code returned.

Link copied to clipboard

The text of the error message related the error code.

Functions

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