UtilStatusProto class
Wire-format for a Status object
Constructors
- UtilStatusProto({int? canonicalCode, int? code, String? message, Proto2BridgeMessageSet? messageSet, String? space})
- UtilStatusProto.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 ↔ Proto2BridgeMessageSet?
-
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