ComplianceErrorData class

Client Errors (400 Bad Request)

This class represents the error data returned for a client-side issue in the CSID API.

Constructors

ComplianceErrorData.new({required List<ComplianceError> errors})
Constructor for the client error data.
ComplianceErrorData.fromJson(Map<String, dynamic> json)
Parses JSON data into a ComplianceErrorData object.
factory

Properties

errors List<ComplianceError>
A list of errors that occurred on the client side.
final
hashCode int
The hash code for this object.
no setterinherited
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>
Converts the error data back to JSON.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited