poll_errors

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "poll_errors".
... in poll.naml
167
168
169
170
171
172
173
174
175
176
177
<macro name="poll_errors" requires="error">
    <n.exception. name="invalid_poll_format">
        <t>Invalid poll parameters.</t>
    </n.exception.>
    <n.exception. name="days_field_not_integer">
        <t>Poll duration must be a non-negative integer or blank.</t>
    </n.exception.>
    <n.exception. name="max_choices_field_not_integer">
        <t>Poll maximum allowed choices must be a non-negative integer or blank.</t>
    </n.exception.>
</macro>