StatusProto class

Wire-format for a Status object

Constructors

StatusProto({int? canonicalCode, int? code, String? message, MessageSet? messageSet, String? space})
StatusProto.fromJson(Map _json)

Properties

canonicalCode int?
The canonical error code (see codes.proto) that most closely corresponds to this status.
getter/setter pair
code int?
Numeric code drawn from the space specified below.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
Detail message
getter/setter pair
messageSet MessageSet?
message_set associates an arbitrary proto message with the status.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space String?
The following are usually only present when code != 0 Space to which this status belongs
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited