CheckError class

Defines the errors to be returned in google.api.servicecontrol.v1.CheckResponse.check_errors.

Constructors

CheckError({String? code, String? detail, Status? status, String? subject})
CheckError.fromJson(Map json_)

Properties

code String?
The error code. Possible string values are:
getter/setter pair
detail String?
Free-form text providing details on the error 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 public information about the check 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