Skip to content

Commit cbbe8af

Browse files
authored
Merge pull request #390 from Dstack-TEE/vmm-ui
New vmm web UI implmentation
2 parents 9f5c87d + f91e712 commit cbbe8af

25 files changed

+22102
-7
lines changed

vmm/rpc/proto/prpc.proto

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// SPDX-FileCopyrightText: © 2025 Phala Network <[email protected]>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
5+
syntax = "proto3";
6+
7+
package prpc;
8+
9+
/// RPC error payload returned by prpc endpoints.
10+
message PrpcError {
11+
string message = 1;
12+
}
13+

0 commit comments

Comments
 (0)