ResourceOperationErrorResponse

data class ResourceOperationErrorResponse(val action: String? = null, val code: String? = null, val message: String? = null, val timestamp: String? = null)

Error details of the latest operation failure on this resource

Constructors

Link copied to clipboard
constructor(action: String? = null, code: String? = null, message: String? = null, timestamp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The operation action that failed

Link copied to clipboard
val code: String? = null

The code that corresponds to the type of operation failure

Link copied to clipboard
val message: String? = null

The operation failure message

Link copied to clipboard
val timestamp: String? = null

The datetime of when the error occured