github.com/adacta-ru/mattermost-server/v6@v6.0.0/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 MISSING_CHANNEL_MEMBER_ERROR = "app.channel.get_member.missing.app_error"
     7  const MISSING_ACCOUNT_ERROR = "app.user.missing_account.const"
     8  const MISSING_AUTH_ACCOUNT_ERROR = "app.user.get_by_auth.missing_account.app_error"