<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: keyapis/user/v1/keyapis_user_user_v1.proto

namespace Keyapis\User\V1\GetUserCodeResponse\Error;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * У пользователя отсутствует идентификационный код
 *
 * Generated from protobuf message <code>keyapis.user.v1.GetUserCodeResponse.Error.UserCodeNotFound</code>
 */
class UserCodeNotFound extends \Google\Protobuf\Internal\Message
{

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Keyapis\User\V1\KeyapisUserUserV1::initOnce();
        parent::__construct($data);
    }

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UserCodeNotFound::class, \Keyapis\User\V1\GetUserCodeResponse_Error_UserCodeNotFound::class);

