Warning
This is the general warning model that can be returned by any API call.
Predefined warning codes
code |
description |
warn_process_minor |
The specified process ended with minor errors. |
warn_validation |
Configuration consistency check reports warnings. |
Model
attribute |
description |
code* string |
Used to determine how the application should behave after the warning. |
message_id* i18n@warnings |
The translation message identifier. |
message_params { string: string } |
An object holding values to be interpolated into the translated string. |
log string |
Log to be displayed to the user as is (no translation, additional formatting etc.). |
subwarnings [Subwarning] |
An array holding other warnings that caused the main warning. |
Subwarning
attribute |
description |
message_id* i18n@warnings |
The translation message identifier. |
message_params { string: string } |
An object holding values to be interpolated into the translated string. |
seids [seid] |
An array of seid s related to this subwarning. |