|
@@ -220,12 +220,6 @@ pub enum ErrorCode {
|
|
AcquireWriteLockedFailed = 2,
|
|
AcquireWriteLockedFailed = 2,
|
|
AcquireReadLockedFailed = 3,
|
|
AcquireReadLockedFailed = 3,
|
|
UserDatabaseDidNotMatch = 4,
|
|
UserDatabaseDidNotMatch = 4,
|
|
- UserDatabaseInternalError = 5,
|
|
|
|
- SqlInternalError = 6,
|
|
|
|
- DatabaseConnectError = 7,
|
|
|
|
- UserNotLoginYet = 10,
|
|
|
|
- ReadCurrentIdFailed = 11,
|
|
|
|
- WriteCurrentIdFailed = 12,
|
|
|
|
EmailIsEmpty = 20,
|
|
EmailIsEmpty = 20,
|
|
EmailFormatInvalid = 21,
|
|
EmailFormatInvalid = 21,
|
|
EmailAlreadyExists = 22,
|
|
EmailAlreadyExists = 22,
|
|
@@ -235,15 +229,13 @@ pub enum ErrorCode {
|
|
PasswordFormatInvalid = 33,
|
|
PasswordFormatInvalid = 33,
|
|
PasswordNotMatch = 34,
|
|
PasswordNotMatch = 34,
|
|
UserNameTooLong = 40,
|
|
UserNameTooLong = 40,
|
|
- UserNameContainsForbiddenCharacters = 41,
|
|
|
|
|
|
+ ContainForbiddenCharacters = 41,
|
|
UserNameIsEmpty = 42,
|
|
UserNameIsEmpty = 42,
|
|
UserWorkspaceInvalid = 50,
|
|
UserWorkspaceInvalid = 50,
|
|
UserIdInvalid = 51,
|
|
UserIdInvalid = 51,
|
|
- UserTokenInvalid = 54,
|
|
|
|
|
|
+ UserUnauthorized = 54,
|
|
UserNotExist = 55,
|
|
UserNotExist = 55,
|
|
- CreateDefaultWorkspaceFailed = 60,
|
|
|
|
- DefaultWorkspaceAlreadyExist = 61,
|
|
|
|
- ServerError = 100,
|
|
|
|
|
|
+ InternalError = 100,
|
|
}
|
|
}
|
|
|
|
|
|
impl ::protobuf::ProtobufEnum for ErrorCode {
|
|
impl ::protobuf::ProtobufEnum for ErrorCode {
|
|
@@ -258,12 +250,6 @@ impl ::protobuf::ProtobufEnum for ErrorCode {
|
|
2 => ::std::option::Option::Some(ErrorCode::AcquireWriteLockedFailed),
|
|
2 => ::std::option::Option::Some(ErrorCode::AcquireWriteLockedFailed),
|
|
3 => ::std::option::Option::Some(ErrorCode::AcquireReadLockedFailed),
|
|
3 => ::std::option::Option::Some(ErrorCode::AcquireReadLockedFailed),
|
|
4 => ::std::option::Option::Some(ErrorCode::UserDatabaseDidNotMatch),
|
|
4 => ::std::option::Option::Some(ErrorCode::UserDatabaseDidNotMatch),
|
|
- 5 => ::std::option::Option::Some(ErrorCode::UserDatabaseInternalError),
|
|
|
|
- 6 => ::std::option::Option::Some(ErrorCode::SqlInternalError),
|
|
|
|
- 7 => ::std::option::Option::Some(ErrorCode::DatabaseConnectError),
|
|
|
|
- 10 => ::std::option::Option::Some(ErrorCode::UserNotLoginYet),
|
|
|
|
- 11 => ::std::option::Option::Some(ErrorCode::ReadCurrentIdFailed),
|
|
|
|
- 12 => ::std::option::Option::Some(ErrorCode::WriteCurrentIdFailed),
|
|
|
|
20 => ::std::option::Option::Some(ErrorCode::EmailIsEmpty),
|
|
20 => ::std::option::Option::Some(ErrorCode::EmailIsEmpty),
|
|
21 => ::std::option::Option::Some(ErrorCode::EmailFormatInvalid),
|
|
21 => ::std::option::Option::Some(ErrorCode::EmailFormatInvalid),
|
|
22 => ::std::option::Option::Some(ErrorCode::EmailAlreadyExists),
|
|
22 => ::std::option::Option::Some(ErrorCode::EmailAlreadyExists),
|
|
@@ -273,15 +259,13 @@ impl ::protobuf::ProtobufEnum for ErrorCode {
|
|
33 => ::std::option::Option::Some(ErrorCode::PasswordFormatInvalid),
|
|
33 => ::std::option::Option::Some(ErrorCode::PasswordFormatInvalid),
|
|
34 => ::std::option::Option::Some(ErrorCode::PasswordNotMatch),
|
|
34 => ::std::option::Option::Some(ErrorCode::PasswordNotMatch),
|
|
40 => ::std::option::Option::Some(ErrorCode::UserNameTooLong),
|
|
40 => ::std::option::Option::Some(ErrorCode::UserNameTooLong),
|
|
- 41 => ::std::option::Option::Some(ErrorCode::UserNameContainsForbiddenCharacters),
|
|
|
|
|
|
+ 41 => ::std::option::Option::Some(ErrorCode::ContainForbiddenCharacters),
|
|
42 => ::std::option::Option::Some(ErrorCode::UserNameIsEmpty),
|
|
42 => ::std::option::Option::Some(ErrorCode::UserNameIsEmpty),
|
|
50 => ::std::option::Option::Some(ErrorCode::UserWorkspaceInvalid),
|
|
50 => ::std::option::Option::Some(ErrorCode::UserWorkspaceInvalid),
|
|
51 => ::std::option::Option::Some(ErrorCode::UserIdInvalid),
|
|
51 => ::std::option::Option::Some(ErrorCode::UserIdInvalid),
|
|
- 54 => ::std::option::Option::Some(ErrorCode::UserTokenInvalid),
|
|
|
|
|
|
+ 54 => ::std::option::Option::Some(ErrorCode::UserUnauthorized),
|
|
55 => ::std::option::Option::Some(ErrorCode::UserNotExist),
|
|
55 => ::std::option::Option::Some(ErrorCode::UserNotExist),
|
|
- 60 => ::std::option::Option::Some(ErrorCode::CreateDefaultWorkspaceFailed),
|
|
|
|
- 61 => ::std::option::Option::Some(ErrorCode::DefaultWorkspaceAlreadyExist),
|
|
|
|
- 100 => ::std::option::Option::Some(ErrorCode::ServerError),
|
|
|
|
|
|
+ 100 => ::std::option::Option::Some(ErrorCode::InternalError),
|
|
_ => ::std::option::Option::None
|
|
_ => ::std::option::Option::None
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -293,12 +277,6 @@ impl ::protobuf::ProtobufEnum for ErrorCode {
|
|
ErrorCode::AcquireWriteLockedFailed,
|
|
ErrorCode::AcquireWriteLockedFailed,
|
|
ErrorCode::AcquireReadLockedFailed,
|
|
ErrorCode::AcquireReadLockedFailed,
|
|
ErrorCode::UserDatabaseDidNotMatch,
|
|
ErrorCode::UserDatabaseDidNotMatch,
|
|
- ErrorCode::UserDatabaseInternalError,
|
|
|
|
- ErrorCode::SqlInternalError,
|
|
|
|
- ErrorCode::DatabaseConnectError,
|
|
|
|
- ErrorCode::UserNotLoginYet,
|
|
|
|
- ErrorCode::ReadCurrentIdFailed,
|
|
|
|
- ErrorCode::WriteCurrentIdFailed,
|
|
|
|
ErrorCode::EmailIsEmpty,
|
|
ErrorCode::EmailIsEmpty,
|
|
ErrorCode::EmailFormatInvalid,
|
|
ErrorCode::EmailFormatInvalid,
|
|
ErrorCode::EmailAlreadyExists,
|
|
ErrorCode::EmailAlreadyExists,
|
|
@@ -308,15 +286,13 @@ impl ::protobuf::ProtobufEnum for ErrorCode {
|
|
ErrorCode::PasswordFormatInvalid,
|
|
ErrorCode::PasswordFormatInvalid,
|
|
ErrorCode::PasswordNotMatch,
|
|
ErrorCode::PasswordNotMatch,
|
|
ErrorCode::UserNameTooLong,
|
|
ErrorCode::UserNameTooLong,
|
|
- ErrorCode::UserNameContainsForbiddenCharacters,
|
|
|
|
|
|
+ ErrorCode::ContainForbiddenCharacters,
|
|
ErrorCode::UserNameIsEmpty,
|
|
ErrorCode::UserNameIsEmpty,
|
|
ErrorCode::UserWorkspaceInvalid,
|
|
ErrorCode::UserWorkspaceInvalid,
|
|
ErrorCode::UserIdInvalid,
|
|
ErrorCode::UserIdInvalid,
|
|
- ErrorCode::UserTokenInvalid,
|
|
|
|
|
|
+ ErrorCode::UserUnauthorized,
|
|
ErrorCode::UserNotExist,
|
|
ErrorCode::UserNotExist,
|
|
- ErrorCode::CreateDefaultWorkspaceFailed,
|
|
|
|
- ErrorCode::DefaultWorkspaceAlreadyExist,
|
|
|
|
- ErrorCode::ServerError,
|
|
|
|
|
|
+ ErrorCode::InternalError,
|
|
];
|
|
];
|
|
values
|
|
values
|
|
}
|
|
}
|
|
@@ -347,89 +323,69 @@ impl ::protobuf::reflect::ProtobufValue for ErrorCode {
|
|
static file_descriptor_proto_data: &'static [u8] = b"\
|
|
static file_descriptor_proto_data: &'static [u8] = b"\
|
|
\n\x0cerrors.proto\"=\n\tUserError\x12\x1e\n\x04code\x18\x01\x20\x01(\
|
|
\n\x0cerrors.proto\"=\n\tUserError\x12\x1e\n\x04code\x18\x01\x20\x01(\
|
|
\x0e2\n.ErrorCodeR\x04code\x12\x10\n\x03msg\x18\x02\x20\x01(\tR\x03msg*\
|
|
\x0e2\n.ErrorCodeR\x04code\x12\x10\n\x03msg\x18\x02\x20\x01(\tR\x03msg*\
|
|
- \xe3\x05\n\tErrorCode\x12\x0b\n\x07Unknown\x10\0\x12\x1a\n\x16UserDataba\
|
|
|
|
|
|
+ \x81\x04\n\tErrorCode\x12\x0b\n\x07Unknown\x10\0\x12\x1a\n\x16UserDataba\
|
|
seInitFailed\x10\x01\x12\x1c\n\x18AcquireWriteLockedFailed\x10\x02\x12\
|
|
seInitFailed\x10\x01\x12\x1c\n\x18AcquireWriteLockedFailed\x10\x02\x12\
|
|
\x1b\n\x17AcquireReadLockedFailed\x10\x03\x12\x1b\n\x17UserDatabaseDidNo\
|
|
\x1b\n\x17AcquireReadLockedFailed\x10\x03\x12\x1b\n\x17UserDatabaseDidNo\
|
|
- tMatch\x10\x04\x12\x1d\n\x19UserDatabaseInternalError\x10\x05\x12\x14\n\
|
|
|
|
- \x10SqlInternalError\x10\x06\x12\x18\n\x14DatabaseConnectError\x10\x07\
|
|
|
|
- \x12\x13\n\x0fUserNotLoginYet\x10\n\x12\x17\n\x13ReadCurrentIdFailed\x10\
|
|
|
|
- \x0b\x12\x18\n\x14WriteCurrentIdFailed\x10\x0c\x12\x10\n\x0cEmailIsEmpty\
|
|
|
|
- \x10\x14\x12\x16\n\x12EmailFormatInvalid\x10\x15\x12\x16\n\x12EmailAlrea\
|
|
|
|
- dyExists\x10\x16\x12\x13\n\x0fPasswordIsEmpty\x10\x1e\x12\x13\n\x0fPassw\
|
|
|
|
- ordTooLong\x10\x1f\x12$\n\x20PasswordContainsForbidCharacters\x10\x20\
|
|
|
|
- \x12\x19\n\x15PasswordFormatInvalid\x10!\x12\x14\n\x10PasswordNotMatch\
|
|
|
|
- \x10\"\x12\x13\n\x0fUserNameTooLong\x10(\x12'\n#UserNameContainsForbidde\
|
|
|
|
- nCharacters\x10)\x12\x13\n\x0fUserNameIsEmpty\x10*\x12\x18\n\x14UserWork\
|
|
|
|
- spaceInvalid\x102\x12\x11\n\rUserIdInvalid\x103\x12\x14\n\x10UserTokenIn\
|
|
|
|
- valid\x106\x12\x10\n\x0cUserNotExist\x107\x12\x20\n\x1cCreateDefaultWork\
|
|
|
|
- spaceFailed\x10<\x12\x20\n\x1cDefaultWorkspaceAlreadyExist\x10=\x12\x0f\
|
|
|
|
- \n\x0bServerError\x10dJ\xd5\n\n\x06\x12\x04\0\0$\x01\n\x08\n\x01\x0c\x12\
|
|
|
|
- \x03\0\0\x12\n\n\n\x02\x04\0\x12\x04\x02\0\x05\x01\n\n\n\x03\x04\0\x01\
|
|
|
|
- \x12\x03\x02\x08\x11\n\x0b\n\x04\x04\0\x02\0\x12\x03\x03\x04\x17\n\x0c\n\
|
|
|
|
- \x05\x04\0\x02\0\x06\x12\x03\x03\x04\r\n\x0c\n\x05\x04\0\x02\0\x01\x12\
|
|
|
|
- \x03\x03\x0e\x12\n\x0c\n\x05\x04\0\x02\0\x03\x12\x03\x03\x15\x16\n\x0b\n\
|
|
|
|
- \x04\x04\0\x02\x01\x12\x03\x04\x04\x13\n\x0c\n\x05\x04\0\x02\x01\x05\x12\
|
|
|
|
- \x03\x04\x04\n\n\x0c\n\x05\x04\0\x02\x01\x01\x12\x03\x04\x0b\x0e\n\x0c\n\
|
|
|
|
- \x05\x04\0\x02\x01\x03\x12\x03\x04\x11\x12\n\n\n\x02\x05\0\x12\x04\x06\0\
|
|
|
|
- $\x01\n\n\n\x03\x05\0\x01\x12\x03\x06\x05\x0e\n\x0b\n\x04\x05\0\x02\0\
|
|
|
|
- \x12\x03\x07\x04\x10\n\x0c\n\x05\x05\0\x02\0\x01\x12\x03\x07\x04\x0b\n\
|
|
|
|
- \x0c\n\x05\x05\0\x02\0\x02\x12\x03\x07\x0e\x0f\n\x0b\n\x04\x05\0\x02\x01\
|
|
|
|
- \x12\x03\x08\x04\x1f\n\x0c\n\x05\x05\0\x02\x01\x01\x12\x03\x08\x04\x1a\n\
|
|
|
|
- \x0c\n\x05\x05\0\x02\x01\x02\x12\x03\x08\x1d\x1e\n\x0b\n\x04\x05\0\x02\
|
|
|
|
- \x02\x12\x03\t\x04!\n\x0c\n\x05\x05\0\x02\x02\x01\x12\x03\t\x04\x1c\n\
|
|
|
|
- \x0c\n\x05\x05\0\x02\x02\x02\x12\x03\t\x1f\x20\n\x0b\n\x04\x05\0\x02\x03\
|
|
|
|
- \x12\x03\n\x04\x20\n\x0c\n\x05\x05\0\x02\x03\x01\x12\x03\n\x04\x1b\n\x0c\
|
|
|
|
- \n\x05\x05\0\x02\x03\x02\x12\x03\n\x1e\x1f\n\x0b\n\x04\x05\0\x02\x04\x12\
|
|
|
|
- \x03\x0b\x04\x20\n\x0c\n\x05\x05\0\x02\x04\x01\x12\x03\x0b\x04\x1b\n\x0c\
|
|
|
|
- \n\x05\x05\0\x02\x04\x02\x12\x03\x0b\x1e\x1f\n\x0b\n\x04\x05\0\x02\x05\
|
|
|
|
- \x12\x03\x0c\x04\"\n\x0c\n\x05\x05\0\x02\x05\x01\x12\x03\x0c\x04\x1d\n\
|
|
|
|
- \x0c\n\x05\x05\0\x02\x05\x02\x12\x03\x0c\x20!\n\x0b\n\x04\x05\0\x02\x06\
|
|
|
|
- \x12\x03\r\x04\x19\n\x0c\n\x05\x05\0\x02\x06\x01\x12\x03\r\x04\x14\n\x0c\
|
|
|
|
- \n\x05\x05\0\x02\x06\x02\x12\x03\r\x17\x18\n\x0b\n\x04\x05\0\x02\x07\x12\
|
|
|
|
- \x03\x0e\x04\x1d\n\x0c\n\x05\x05\0\x02\x07\x01\x12\x03\x0e\x04\x18\n\x0c\
|
|
|
|
- \n\x05\x05\0\x02\x07\x02\x12\x03\x0e\x1b\x1c\n\x0b\n\x04\x05\0\x02\x08\
|
|
|
|
- \x12\x03\x0f\x04\x19\n\x0c\n\x05\x05\0\x02\x08\x01\x12\x03\x0f\x04\x13\n\
|
|
|
|
- \x0c\n\x05\x05\0\x02\x08\x02\x12\x03\x0f\x16\x18\n\x0b\n\x04\x05\0\x02\t\
|
|
|
|
- \x12\x03\x10\x04\x1d\n\x0c\n\x05\x05\0\x02\t\x01\x12\x03\x10\x04\x17\n\
|
|
|
|
- \x0c\n\x05\x05\0\x02\t\x02\x12\x03\x10\x1a\x1c\n\x0b\n\x04\x05\0\x02\n\
|
|
|
|
- \x12\x03\x11\x04\x1e\n\x0c\n\x05\x05\0\x02\n\x01\x12\x03\x11\x04\x18\n\
|
|
|
|
- \x0c\n\x05\x05\0\x02\n\x02\x12\x03\x11\x1b\x1d\n\x0b\n\x04\x05\0\x02\x0b\
|
|
|
|
- \x12\x03\x12\x04\x16\n\x0c\n\x05\x05\0\x02\x0b\x01\x12\x03\x12\x04\x10\n\
|
|
|
|
- \x0c\n\x05\x05\0\x02\x0b\x02\x12\x03\x12\x13\x15\n\x0b\n\x04\x05\0\x02\
|
|
|
|
- \x0c\x12\x03\x13\x04\x1c\n\x0c\n\x05\x05\0\x02\x0c\x01\x12\x03\x13\x04\
|
|
|
|
- \x16\n\x0c\n\x05\x05\0\x02\x0c\x02\x12\x03\x13\x19\x1b\n\x0b\n\x04\x05\0\
|
|
|
|
- \x02\r\x12\x03\x14\x04\x1c\n\x0c\n\x05\x05\0\x02\r\x01\x12\x03\x14\x04\
|
|
|
|
- \x16\n\x0c\n\x05\x05\0\x02\r\x02\x12\x03\x14\x19\x1b\n\x0b\n\x04\x05\0\
|
|
|
|
- \x02\x0e\x12\x03\x15\x04\x19\n\x0c\n\x05\x05\0\x02\x0e\x01\x12\x03\x15\
|
|
|
|
- \x04\x13\n\x0c\n\x05\x05\0\x02\x0e\x02\x12\x03\x15\x16\x18\n\x0b\n\x04\
|
|
|
|
- \x05\0\x02\x0f\x12\x03\x16\x04\x19\n\x0c\n\x05\x05\0\x02\x0f\x01\x12\x03\
|
|
|
|
- \x16\x04\x13\n\x0c\n\x05\x05\0\x02\x0f\x02\x12\x03\x16\x16\x18\n\x0b\n\
|
|
|
|
- \x04\x05\0\x02\x10\x12\x03\x17\x04*\n\x0c\n\x05\x05\0\x02\x10\x01\x12\
|
|
|
|
- \x03\x17\x04$\n\x0c\n\x05\x05\0\x02\x10\x02\x12\x03\x17')\n\x0b\n\x04\
|
|
|
|
- \x05\0\x02\x11\x12\x03\x18\x04\x1f\n\x0c\n\x05\x05\0\x02\x11\x01\x12\x03\
|
|
|
|
- \x18\x04\x19\n\x0c\n\x05\x05\0\x02\x11\x02\x12\x03\x18\x1c\x1e\n\x0b\n\
|
|
|
|
- \x04\x05\0\x02\x12\x12\x03\x19\x04\x1a\n\x0c\n\x05\x05\0\x02\x12\x01\x12\
|
|
|
|
- \x03\x19\x04\x14\n\x0c\n\x05\x05\0\x02\x12\x02\x12\x03\x19\x17\x19\n\x0b\
|
|
|
|
- \n\x04\x05\0\x02\x13\x12\x03\x1a\x04\x19\n\x0c\n\x05\x05\0\x02\x13\x01\
|
|
|
|
- \x12\x03\x1a\x04\x13\n\x0c\n\x05\x05\0\x02\x13\x02\x12\x03\x1a\x16\x18\n\
|
|
|
|
- \x0b\n\x04\x05\0\x02\x14\x12\x03\x1b\x04-\n\x0c\n\x05\x05\0\x02\x14\x01\
|
|
|
|
- \x12\x03\x1b\x04'\n\x0c\n\x05\x05\0\x02\x14\x02\x12\x03\x1b*,\n\x0b\n\
|
|
|
|
- \x04\x05\0\x02\x15\x12\x03\x1c\x04\x19\n\x0c\n\x05\x05\0\x02\x15\x01\x12\
|
|
|
|
- \x03\x1c\x04\x13\n\x0c\n\x05\x05\0\x02\x15\x02\x12\x03\x1c\x16\x18\n\x0b\
|
|
|
|
- \n\x04\x05\0\x02\x16\x12\x03\x1d\x04\x1e\n\x0c\n\x05\x05\0\x02\x16\x01\
|
|
|
|
- \x12\x03\x1d\x04\x18\n\x0c\n\x05\x05\0\x02\x16\x02\x12\x03\x1d\x1b\x1d\n\
|
|
|
|
- \x0b\n\x04\x05\0\x02\x17\x12\x03\x1e\x04\x17\n\x0c\n\x05\x05\0\x02\x17\
|
|
|
|
- \x01\x12\x03\x1e\x04\x11\n\x0c\n\x05\x05\0\x02\x17\x02\x12\x03\x1e\x14\
|
|
|
|
- \x16\n\x0b\n\x04\x05\0\x02\x18\x12\x03\x1f\x04\x1a\n\x0c\n\x05\x05\0\x02\
|
|
|
|
- \x18\x01\x12\x03\x1f\x04\x14\n\x0c\n\x05\x05\0\x02\x18\x02\x12\x03\x1f\
|
|
|
|
- \x17\x19\n\x0b\n\x04\x05\0\x02\x19\x12\x03\x20\x04\x16\n\x0c\n\x05\x05\0\
|
|
|
|
- \x02\x19\x01\x12\x03\x20\x04\x10\n\x0c\n\x05\x05\0\x02\x19\x02\x12\x03\
|
|
|
|
- \x20\x13\x15\n\x0b\n\x04\x05\0\x02\x1a\x12\x03!\x04&\n\x0c\n\x05\x05\0\
|
|
|
|
- \x02\x1a\x01\x12\x03!\x04\x20\n\x0c\n\x05\x05\0\x02\x1a\x02\x12\x03!#%\n\
|
|
|
|
- \x0b\n\x04\x05\0\x02\x1b\x12\x03\"\x04&\n\x0c\n\x05\x05\0\x02\x1b\x01\
|
|
|
|
- \x12\x03\"\x04\x20\n\x0c\n\x05\x05\0\x02\x1b\x02\x12\x03\"#%\n\x0b\n\x04\
|
|
|
|
- \x05\0\x02\x1c\x12\x03#\x04\x16\n\x0c\n\x05\x05\0\x02\x1c\x01\x12\x03#\
|
|
|
|
- \x04\x0f\n\x0c\n\x05\x05\0\x02\x1c\x02\x12\x03#\x12\x15b\x06proto3\
|
|
|
|
|
|
+ tMatch\x10\x04\x12\x10\n\x0cEmailIsEmpty\x10\x14\x12\x16\n\x12EmailForma\
|
|
|
|
+ tInvalid\x10\x15\x12\x16\n\x12EmailAlreadyExists\x10\x16\x12\x13\n\x0fPa\
|
|
|
|
+ sswordIsEmpty\x10\x1e\x12\x13\n\x0fPasswordTooLong\x10\x1f\x12$\n\x20Pas\
|
|
|
|
+ swordContainsForbidCharacters\x10\x20\x12\x19\n\x15PasswordFormatInvalid\
|
|
|
|
+ \x10!\x12\x14\n\x10PasswordNotMatch\x10\"\x12\x13\n\x0fUserNameTooLong\
|
|
|
|
+ \x10(\x12\x1e\n\x1aContainForbiddenCharacters\x10)\x12\x13\n\x0fUserName\
|
|
|
|
+ IsEmpty\x10*\x12\x18\n\x14UserWorkspaceInvalid\x102\x12\x11\n\rUserIdInv\
|
|
|
|
+ alid\x103\x12\x14\n\x10UserUnauthorized\x106\x12\x10\n\x0cUserNotExist\
|
|
|
|
+ \x107\x12\x11\n\rInternalError\x10dJ\x8d\x08\n\x06\x12\x04\0\0\x1c\x01\n\
|
|
|
|
+ \x08\n\x01\x0c\x12\x03\0\0\x12\n\n\n\x02\x04\0\x12\x04\x02\0\x05\x01\n\n\
|
|
|
|
+ \n\x03\x04\0\x01\x12\x03\x02\x08\x11\n\x0b\n\x04\x04\0\x02\0\x12\x03\x03\
|
|
|
|
+ \x04\x17\n\x0c\n\x05\x04\0\x02\0\x06\x12\x03\x03\x04\r\n\x0c\n\x05\x04\0\
|
|
|
|
+ \x02\0\x01\x12\x03\x03\x0e\x12\n\x0c\n\x05\x04\0\x02\0\x03\x12\x03\x03\
|
|
|
|
+ \x15\x16\n\x0b\n\x04\x04\0\x02\x01\x12\x03\x04\x04\x13\n\x0c\n\x05\x04\0\
|
|
|
|
+ \x02\x01\x05\x12\x03\x04\x04\n\n\x0c\n\x05\x04\0\x02\x01\x01\x12\x03\x04\
|
|
|
|
+ \x0b\x0e\n\x0c\n\x05\x04\0\x02\x01\x03\x12\x03\x04\x11\x12\n\n\n\x02\x05\
|
|
|
|
+ \0\x12\x04\x06\0\x1c\x01\n\n\n\x03\x05\0\x01\x12\x03\x06\x05\x0e\n\x0b\n\
|
|
|
|
+ \x04\x05\0\x02\0\x12\x03\x07\x04\x10\n\x0c\n\x05\x05\0\x02\0\x01\x12\x03\
|
|
|
|
+ \x07\x04\x0b\n\x0c\n\x05\x05\0\x02\0\x02\x12\x03\x07\x0e\x0f\n\x0b\n\x04\
|
|
|
|
+ \x05\0\x02\x01\x12\x03\x08\x04\x1f\n\x0c\n\x05\x05\0\x02\x01\x01\x12\x03\
|
|
|
|
+ \x08\x04\x1a\n\x0c\n\x05\x05\0\x02\x01\x02\x12\x03\x08\x1d\x1e\n\x0b\n\
|
|
|
|
+ \x04\x05\0\x02\x02\x12\x03\t\x04!\n\x0c\n\x05\x05\0\x02\x02\x01\x12\x03\
|
|
|
|
+ \t\x04\x1c\n\x0c\n\x05\x05\0\x02\x02\x02\x12\x03\t\x1f\x20\n\x0b\n\x04\
|
|
|
|
+ \x05\0\x02\x03\x12\x03\n\x04\x20\n\x0c\n\x05\x05\0\x02\x03\x01\x12\x03\n\
|
|
|
|
+ \x04\x1b\n\x0c\n\x05\x05\0\x02\x03\x02\x12\x03\n\x1e\x1f\n\x0b\n\x04\x05\
|
|
|
|
+ \0\x02\x04\x12\x03\x0b\x04\x20\n\x0c\n\x05\x05\0\x02\x04\x01\x12\x03\x0b\
|
|
|
|
+ \x04\x1b\n\x0c\n\x05\x05\0\x02\x04\x02\x12\x03\x0b\x1e\x1f\n\x0b\n\x04\
|
|
|
|
+ \x05\0\x02\x05\x12\x03\x0c\x04\x16\n\x0c\n\x05\x05\0\x02\x05\x01\x12\x03\
|
|
|
|
+ \x0c\x04\x10\n\x0c\n\x05\x05\0\x02\x05\x02\x12\x03\x0c\x13\x15\n\x0b\n\
|
|
|
|
+ \x04\x05\0\x02\x06\x12\x03\r\x04\x1c\n\x0c\n\x05\x05\0\x02\x06\x01\x12\
|
|
|
|
+ \x03\r\x04\x16\n\x0c\n\x05\x05\0\x02\x06\x02\x12\x03\r\x19\x1b\n\x0b\n\
|
|
|
|
+ \x04\x05\0\x02\x07\x12\x03\x0e\x04\x1c\n\x0c\n\x05\x05\0\x02\x07\x01\x12\
|
|
|
|
+ \x03\x0e\x04\x16\n\x0c\n\x05\x05\0\x02\x07\x02\x12\x03\x0e\x19\x1b\n\x0b\
|
|
|
|
+ \n\x04\x05\0\x02\x08\x12\x03\x0f\x04\x19\n\x0c\n\x05\x05\0\x02\x08\x01\
|
|
|
|
+ \x12\x03\x0f\x04\x13\n\x0c\n\x05\x05\0\x02\x08\x02\x12\x03\x0f\x16\x18\n\
|
|
|
|
+ \x0b\n\x04\x05\0\x02\t\x12\x03\x10\x04\x19\n\x0c\n\x05\x05\0\x02\t\x01\
|
|
|
|
+ \x12\x03\x10\x04\x13\n\x0c\n\x05\x05\0\x02\t\x02\x12\x03\x10\x16\x18\n\
|
|
|
|
+ \x0b\n\x04\x05\0\x02\n\x12\x03\x11\x04*\n\x0c\n\x05\x05\0\x02\n\x01\x12\
|
|
|
|
+ \x03\x11\x04$\n\x0c\n\x05\x05\0\x02\n\x02\x12\x03\x11')\n\x0b\n\x04\x05\
|
|
|
|
+ \0\x02\x0b\x12\x03\x12\x04\x1f\n\x0c\n\x05\x05\0\x02\x0b\x01\x12\x03\x12\
|
|
|
|
+ \x04\x19\n\x0c\n\x05\x05\0\x02\x0b\x02\x12\x03\x12\x1c\x1e\n\x0b\n\x04\
|
|
|
|
+ \x05\0\x02\x0c\x12\x03\x13\x04\x1a\n\x0c\n\x05\x05\0\x02\x0c\x01\x12\x03\
|
|
|
|
+ \x13\x04\x14\n\x0c\n\x05\x05\0\x02\x0c\x02\x12\x03\x13\x17\x19\n\x0b\n\
|
|
|
|
+ \x04\x05\0\x02\r\x12\x03\x14\x04\x19\n\x0c\n\x05\x05\0\x02\r\x01\x12\x03\
|
|
|
|
+ \x14\x04\x13\n\x0c\n\x05\x05\0\x02\r\x02\x12\x03\x14\x16\x18\n\x0b\n\x04\
|
|
|
|
+ \x05\0\x02\x0e\x12\x03\x15\x04$\n\x0c\n\x05\x05\0\x02\x0e\x01\x12\x03\
|
|
|
|
+ \x15\x04\x1e\n\x0c\n\x05\x05\0\x02\x0e\x02\x12\x03\x15!#\n\x0b\n\x04\x05\
|
|
|
|
+ \0\x02\x0f\x12\x03\x16\x04\x19\n\x0c\n\x05\x05\0\x02\x0f\x01\x12\x03\x16\
|
|
|
|
+ \x04\x13\n\x0c\n\x05\x05\0\x02\x0f\x02\x12\x03\x16\x16\x18\n\x0b\n\x04\
|
|
|
|
+ \x05\0\x02\x10\x12\x03\x17\x04\x1e\n\x0c\n\x05\x05\0\x02\x10\x01\x12\x03\
|
|
|
|
+ \x17\x04\x18\n\x0c\n\x05\x05\0\x02\x10\x02\x12\x03\x17\x1b\x1d\n\x0b\n\
|
|
|
|
+ \x04\x05\0\x02\x11\x12\x03\x18\x04\x17\n\x0c\n\x05\x05\0\x02\x11\x01\x12\
|
|
|
|
+ \x03\x18\x04\x11\n\x0c\n\x05\x05\0\x02\x11\x02\x12\x03\x18\x14\x16\n\x0b\
|
|
|
|
+ \n\x04\x05\0\x02\x12\x12\x03\x19\x04\x1a\n\x0c\n\x05\x05\0\x02\x12\x01\
|
|
|
|
+ \x12\x03\x19\x04\x14\n\x0c\n\x05\x05\0\x02\x12\x02\x12\x03\x19\x17\x19\n\
|
|
|
|
+ \x0b\n\x04\x05\0\x02\x13\x12\x03\x1a\x04\x16\n\x0c\n\x05\x05\0\x02\x13\
|
|
|
|
+ \x01\x12\x03\x1a\x04\x10\n\x0c\n\x05\x05\0\x02\x13\x02\x12\x03\x1a\x13\
|
|
|
|
+ \x15\n\x0b\n\x04\x05\0\x02\x14\x12\x03\x1b\x04\x18\n\x0c\n\x05\x05\0\x02\
|
|
|
|
+ \x14\x01\x12\x03\x1b\x04\x11\n\x0c\n\x05\x05\0\x02\x14\x02\x12\x03\x1b\
|
|
|
|
+ \x14\x17b\x06proto3\
|
|
";
|
|
";
|
|
|
|
|
|
static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
|
|
static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
|