OperationErrorErrorsItemResponse

data class OperationErrorErrorsItemResponse(val code: String, val location: String, val message: String)

Constructors

Link copied to clipboard
fun OperationErrorErrorsItemResponse(code: String, location: String, message: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error type identifier for this error.

Link copied to clipboard

Indicates the field in the request that caused the error. This property is optional.

Link copied to clipboard

An optional, human-readable error message.