StatusDetails

Details about the status of a resource.

Types

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

Properties

Link copied to clipboard

The error message that was returned. The message is intended for human consumption and can change at any time. Use the statusCode for programmatic error handling.

Link copied to clipboard

The status code that was returned. The status code is intended for programmatic error handling. Clean Rooms ML will not change the status code for existing error conditions.

Functions

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