CertificatesErrorsResponse class

A model representing a response that contains a list of certificate-related errors.

This class is typically used to encapsulate error details returned when certificate operations fail or encounter issues.

Constructors

CertificatesErrorsResponse.new({required List<ErrorModel> errors})
Creates a new instance of CertificatesErrorsResponse.
const

Properties

errors List<ErrorModel>
A list of errors related to certificate processing.
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
toString() String
A string representation of this object.
inherited

Operators

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