CopyCompletionErrorResponse

data class CopyCompletionErrorResponse(val errorCode: String, val errorMessage: String)

Indicates the error details if the background copy of a resource created via the CopyStart operation fails.

Constructors

Link copied to clipboard
constructor(errorCode: String, errorMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the error code if the background copy of a resource created via the CopyStart operation fails.

Link copied to clipboard

Indicates the error message if the background copy of a resource created via the CopyStart operation fails.