Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotSubscribed = newGqlError( "Not subscribed to this mailing list.", "ERR_NOT_SUBSCRIBED") ErrAlreadySubscribed = newGqlError( "Already subscribed to this mailing list.", "ERR_ALREADY_SUBSCRIBED") ErrSubscriptionNotFound = newGqlError( "Subscription not found.", "ERR_SUBSCRIPTION_NOT_FOUND") ErrInvalidToken = newGqlError( "Invalid subscription token.", "ERR_INVALID_TOKEN") ErrDuplicateEmail = newGqlError( "Message already archived in this list.", "ERR_DUPLICATE_EMAIL") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.