com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ErrorDetails



  • public class ErrorDetails
    extends Object

    Error informnation

    • Constructor Detail

      • ErrorDetails

        public ErrorDetails()

        Initializes a new instance of the ErrorDetails class.

      • ErrorDetails

        public ErrorDetails(String domain,
                    String reason)

        Initializes a new instance of the ErrorDetails class.

        Parameters:
        domain - Domain, or broad category, of the error.
        reason - Specific reason for the error.
    • Method Detail

      • getDomain

        public final String getDomain()

        Domain, or broad category, of the error.

      • setDomain

        public final void setDomain(String value)

        Domain, or broad category, of the error.

      • getReason

        public final String getReason()

        Specific reason for the error.

      • setReason

        public final void setReason(String value)

        Specific reason for the error.

      • toString

        public String toString()

        Returns a String which represents the object instance.

        Overrides:
        toString in class Object
        Returns:
        Returns a String which represents the object instance.