GoogleCloudApigeeV1UpdateError class

Details on why a resource update failed in the runtime.

Constructors

GoogleCloudApigeeV1UpdateError({String? code, String? message, String? resource, String? type})
GoogleCloudApigeeV1UpdateError.fromJson(Map json_)

Properties

code String?
Status code. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
User-friendly error message.
getter/setter pair
resource String?
The sub resource specific to this error (e.g. a proxy deployed within the EnvironmentConfig).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
A string that uniquely identifies the type of error.
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