ProviderInstancePropertiesResponseErrors

data class ProviderInstancePropertiesResponseErrors(val code: String, val details: List<ErrorResponse>, val innerError: ErrorResponseInnerError, val message: String, val target: String)

Defines the provider instance errors.

Constructors

Link copied to clipboard
constructor(code: String, details: List<ErrorResponse>, innerError: ErrorResponseInnerError, message: String, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Server-defined set of error codes.

Link copied to clipboard

Array of details about specific errors that led to this reported error.

Link copied to clipboard

Object containing more specific information than the current object about the error.

Link copied to clipboard

Human-readable representation of the error.

Link copied to clipboard

Target of the error.