$Status class

Used by:

  • cloudfunctions:v1 : Status
  • firebase:v1beta1 : Status
  • firebaseappdistribution:v1 : GoogleRpcStatus
  • firebaseextensions:v1beta : GoogleRpcStatus
  • firebasehosting:v1 : Status
  • firebasehosting:v1beta1 : Status
  • firebaseml:v1 : Status
  • firebaseml:v1beta2 : Status
  • firestore:v1 : Status
  • firestore:v1beta1 : Status
  • firestore:v1beta2 : 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