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

namespace Keyapis\User\V1\PatchUserResponse\Error;

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

/**
 * Ошибка, пользователь не найден.
 * Возникает в случаях:
 * Пользователь с переданным идентификатором отсутствует.
 * Пользователь находится в статусе blocked
 *
 * Generated from protobuf message <code>keyapis.user.v1.PatchUserResponse.Error.UserNotFoundError</code>
 */
class UserNotFoundError 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(UserNotFoundError::class, \Keyapis\User\V1\PatchUserResponse_Error_UserNotFoundError::class);

