pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.appplatform.kotlin.outputs
/
ErrorResponse
Error
Response
data
class
ErrorResponse
(
val
code
:
String
?
=
null
,
val
message
:
String
?
=
null
)
The error code compose of code and message.
Types
Constructors
Properties
Constructors
Error
Response
Link copied to clipboard
fun
ErrorResponse
(
code
:
String
?
=
null
,
message
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
String
?
=
null
The code of error.
message
Link copied to clipboard
val
message
:
String
?
=
null
The message of error.