GoogleApi.Firebase.V1beta1.Model.StatusProto (google_api_firebase v0.13.3)
View SourceWire-format for a Status object
Attributes
-
canonicalCode
(type:integer()
, default:nil
) - copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6; -
code
(type:integer()
, default:nil
) - Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1; -
message
(type:String.t
, default:nil
) - Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3; -
messageSet
(type:GoogleApi.Firebase.V1beta1.Model.MessageSet.t
, default:nil
) - message_set associates an arbitrary proto message with the status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional proto2.bridge.MessageSet message_set = 5; -
space
(type:String.t
, default:nil
) - copybara:strip_begin(b/383363683) Space to which this status belongs copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Firebase.V1beta1.Model.StatusProto{ canonicalCode: integer() | nil, code: integer() | nil, message: String.t() | nil, messageSet: GoogleApi.Firebase.V1beta1.Model.MessageSet.t() | nil, space: String.t() | nil }