toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
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.
Members
Constructors
Api
Error
Base
Response
Link copied to clipboard
constructor
(
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.