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
/
InnerErrorResponse
Inner
Error
Response
data
class
InnerErrorResponse
(
val
errordetail
:
String
?
=
null
,
val
exceptiontype
:
String
?
=
null
)
Inner error details.
Members
Constructors
Inner
Error
Response
Link copied to clipboard
constructor
(
errordetail
:
String
?
=
null
,
exceptiontype
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
errordetail
Link copied to clipboard
val
errordetail
:
String
?
=
null
The internal error message or exception dump.
exceptiontype
Link copied to clipboard
val
exceptiontype
:
String
?
=
null
The exception type.