Class CMAHttpException.ErrorBody.Details.Error

  • Enclosing class:
    CMAHttpException.ErrorBody.Details

    public static class CMAHttpException.ErrorBody.Details.Error
    extends java.lang.Object
    Which error did actually happen where?
    • Constructor Summary

      Constructors 
      Constructor Description
      Error()  
    • Constructor Detail

      • Error

        public Error()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name of this error.
      • getDetails

        public java.lang.String getDetails()
        Returns:
        a detailed description of the error.
      • getType

        public java.lang.String getType()
        Returns:
        the type of this error.
      • getFilter

        public java.lang.String getFilter()
        Returns:
        the filter this error produced.
      • getValue

        public java.lang.Object getValue()
        Returns:
        the value triggering this error.
      • getExpected

        public java.util.List<java.lang.String> getExpected()
        Returns:
        an invalid type returns an expectation.
      • getPath

        public java.lang.Object getPath()
        Returns:
        a path contributing to this error.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a human readable string, representing the object.