$Status class

Used by:

  • alertcenter:v1beta1 : Status
  • cloudfunctions:v2beta : Status
  • containeranalysis:v1beta1 : Status
  • dataflow:v1b3 : Status
  • datalabeling:v1beta1 : GoogleRpcStatus
  • datastream:v1alpha1 : Status
  • documentai:v1beta3 : GoogleRpcStatus
  • domains:v1beta1 : Status
  • firebase:v1beta1 : Status
  • gkehub:v2alpha : GoogleRpcStatus
  • lifesciences:v2beta : Status
  • metastore:v1beta : Status
  • networkconnectivity:v1alpha1 : GoogleRpcStatus
  • networksecurity:v1beta1 : Status
  • ondemandscanning:v1beta1 : Status
  • osconfig:v1alpha : Status
  • policysimulator:v1beta1 : GoogleRpcStatus
  • privateca:v1beta1 : Status
  • prod_tt_sasportal:v1alpha1 : SasPortalStatus
  • recommendationengine:v1beta1 : GoogleRpcStatus
  • sasportal:v1alpha1 : SasPortalStatus
  • toolresults:v1beta3 : Status
  • tpu:v2alpha1 : Status

Constructors

$Status({int? code, List<Map<String, Object?>>? details, String? message})
$Status.fromJson(Map _json)

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