handle_unsubscription_by_code_errors

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:save_post_by_email:1) - <override_macro name="save_post_by_email" requires="post_by_email" unindent="true">
   Usages of this macro
... in unsubscribe.naml
122
123
124
125
126
127
128
129
130
131
132
133
134
<macro name="handle_unsubscription_by_code_errors">
    <n.handle_exception
Binary
Namespace: NabbleNamespace
Parameters: for, do
. for="remove-subscription">
        <n.exception
Binary
Namespace: ExceptionNamespace
Parameters: name, do
. name="invalid_link">
            <h2><t>Invalid Code</t></h2>
            <t>The code in the URL is not valid.</t>
            <t>Please contact Nabble Support if you need help.</t>
        </n.exception.>
        <n.exception
Binary
Namespace: ExceptionNamespace
Parameters: name, do
. name="not_subscribed">
            <h2><t>You're not a subscriber</t></h2>
            <t>You are not subscribed to <t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/>.</t>
        </n.exception.>
    </n.handle_exception.>
</macro>