pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.appplatform.kotlin.inputs
/
ErrorArgs
Error
Args
data
class
ErrorArgs
(
val
code
:
Output
<
String
>
?
=
null
,
val
message
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ErrorArgs
>
The error code compose of code and message.
Constructors
Functions
Properties
Constructors
Error
Args
Link copied to clipboard
fun
ErrorArgs
(
code
:
Output
<
String
>
?
=
null
,
message
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ErrorArgs
Properties
code
Link copied to clipboard
val
code
:
Output
<
String
>
?
=
null
The code of error.
message
Link copied to clipboard
val
message
:
Output
<
String
>
?
=
null
The message of error.