github.com/haalcala/mattermost-server-change-repo/v5@v5.33.2/app/constants.go (about)

     1  // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
     2  // See LICENSE.txt for license information.
     3  
     4  package app
     5  
     6  const MissingChannelMemberError = "app.channel.get_member.missing.app_error"
     7  const MissingAccountError = "app.user.missing_account.const"
     8  const MissingAuthAccountError = "app.user.get_by_auth.missing_account.app_error"