Aspose::Email::Clients::Google::ErrorDetails Class Reference

Error informnation More...

Inherits Object.

Public Member Functions

System::String get_Domain () const
 Domain, or broad category, of the error. More...
 
void set_Domain (System::String value)
 Domain, or broad category, of the error. More...
 
System::String get_Reason () const
 Specific reason for the error. More...
 
void set_Reason (System::String value)
 Specific reason for the error. More...
 
 ErrorDetails ()
 Initializes a new instance of the ErrorDetails class. More...
 
 ErrorDetails (System::String domain, System::String reason)
 Initializes a new instance of the ErrorDetails class. More...
 
System::String ToString () const override
 Returns a String which represents the object instance. More...
 

Detailed Description

Error informnation

Constructor & Destructor Documentation

◆ ErrorDetails() [1/2]

Aspose::Email::Clients::Google::ErrorDetails::ErrorDetails ( )

Initializes a new instance of the ErrorDetails class.

◆ ErrorDetails() [2/2]

Aspose::Email::Clients::Google::ErrorDetails::ErrorDetails ( System::String  domain,
System::String  reason 
)

Initializes a new instance of the ErrorDetails class.

Parameters
domainDomain, or broad category, of the error.
reasonSpecific reason for the error.

Member Function Documentation

◆ get_Domain()

System::String Aspose::Email::Clients::Google::ErrorDetails::get_Domain ( ) const

Domain, or broad category, of the error.

◆ get_Reason()

System::String Aspose::Email::Clients::Google::ErrorDetails::get_Reason ( ) const

Specific reason for the error.

◆ set_Domain()

void Aspose::Email::Clients::Google::ErrorDetails::set_Domain ( System::String  value)

Domain, or broad category, of the error.

◆ set_Reason()

void Aspose::Email::Clients::Google::ErrorDetails::set_Reason ( System::String  value)

Specific reason for the error.

◆ ToString()

System::String Aspose::Email::Clients::Google::ErrorDetails::ToString ( ) const
override

Returns a String which represents the object instance.

Returns
Returns a String which represents the object instance.