QuotaError class

Represents error information for QuotaOperation.

Constructors

QuotaError({String? code, String? description, Status? status, String? subject})
QuotaError.fromJson(Map json_)

Properties

code String?
Error code. Possible string values are:
getter/setter pair
description String?
Free-form text that provides details on the cause of the error.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status?
Contains additional information about the quota error.
getter/setter pair
subject String?
Subject to whom this error applies.
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