pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.compute.kotlin.outputs
/
ApiErrorBaseResponse
Api
Error
Base
Response
data
class
ApiErrorBaseResponse
(
val
code
:
String
?
=
null
,
val
message
:
String
?
=
null
,
val
target
:
String
?
=
null
)
Api error base.
Types
Constructors
Properties
Constructors
Api
Error
Base
Response
Link copied to clipboard
fun
ApiErrorBaseResponse
(
code
:
String
?
=
null
,
message
:
String
?
=
null
,
target
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
String
?
=
null
The error code.
message
Link copied to clipboard
val
message
:
String
?
=
null
The error message.
target
Link copied to clipboard
val
target
:
String
?
=
null
The target of the particular error.