OperationErrorErrors class
Constructors
-
OperationErrorErrors({String? code, List<
OperationErrorErrorsErrorDetails> ? errorDetails, String? location, String? message}) - OperationErrorErrors.fromJson(Map json_)
Properties
- code ↔ String?
-
The error type identifier for this error.
getter/setter pair
-
errorDetails
↔ List<
OperationErrorErrorsErrorDetails> ? -
An optional list of messages that contain the error details.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ String?
-
Indicates the field in the request that caused the error.
getter/setter pair
- message ↔ String?
-
An optional, human-readable error message.
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