GoogleApi.Firebase.V1beta1.Model.StatusProto (google_api_firebase v0.10.0) View Source
Wire-format for a Status object
Attributes
-
canonicalCode
(type:integer()
, default:nil
) - The canonical error code (see codes.proto) that most closely corresponds to this status. May be missing. -
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 -
message
(type:String.t
, default:nil
) - Detail message -
messageSet
(type:GoogleApi.Firebase.V1beta1.Model.MessageSet.t
, default:nil
) - message_set associates an arbitrary proto message with the status. -
space
(type:String.t
, default:nil
) - The following are usually only present when code != 0 Space to which this status belongs
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.