CopyCompletionErrorArgs

data class CopyCompletionErrorArgs(val errorCode: Output<Either<String, CopyCompletionErrorReason>>, val errorMessage: Output<String>) : ConvertibleToJava<CopyCompletionErrorArgs>

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

Constructors

Link copied to clipboard
constructor(errorCode: Output<Either<String, CopyCompletionErrorReason>>, errorMessage: Output<String>)

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
val errorMessage: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): CopyCompletionErrorArgs