|
FireSync API
|
| kStatus kInfo32u_AppendErrors | ( | const kInfo32u * | info, |
| kArrayList | list, | ||
| const kChar * | source, | ||
| const kChar * | field, | ||
| k32u | value | ||
| ) |
Appends violation descriptions to the given list.
| info | Info structure. |
| list | Error list (kArrayList<kText128>). |
| source | Label for object containing the error. |
| field | Label for field containing the error. |
| value | Current field value. |