$Status class
Used by:
- alertcenter:v1beta1 : Status
- dataflow:v1b3 : Status
- datalabeling:v1beta1 : GoogleRpcStatus
- datastream:v1alpha1 : Status
- firebase:v1beta1 : Status
- gkehub:v2alpha : GoogleRpcStatus
- lifesciences:v2beta : Status
- prod_tt_sasportal:v1alpha1 : SasPortalStatus
- recommendationengine:v1beta1 : GoogleRpcStatus
- sasportal:v1alpha1 : SasPortalStatus
- toolresults:v1beta3 : Status
Constructors
Properties
- code ↔ int?
-
The status code, which should be an enum value of google.rpc.Code.
getter/setter pair
-
details
↔ List<
Map< ?String, Object?> > -
A list of messages that carry the error details.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
A developer-facing error message, which should be in English.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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