mikufans_proto_intl/bilibili.rpc.rs
1// This file is @generated by prost-build.
2///
3#[derive(Clone, PartialEq, ::prost::Message)]
4pub struct Status {
5 ///
6 #[prost(int32, tag = "1")]
7 pub code: i32,
8 ///
9 #[prost(string, tag = "2")]
10 pub message: ::prost::alloc::string::String,
11 ///
12 #[prost(message, repeated, tag = "3")]
13 pub details: ::prost::alloc::vec::Vec<::prost_types::Any>,
14}