handle_unsubscription_by_code_errors

NAML documentation   Watch a video
   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>