pulumi-azure-native-kotlin
2.14.0.0
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.
Types
Constructors
Properties
Constructors
Inner
Error
Response
Link copied to clipboard
fun
InnerErrorResponse
(
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.