Class CMAHttpException.ErrorBody.Details

  • Enclosing class:
    CMAHttpException.ErrorBody

    public static class CMAHttpException.ErrorBody.Details
    extends java.lang.Object
    Class to describe the error details.
    • Constructor Detail

      • Details

        public Details()
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
        the type of this detail.
      • getSpace

        public java.lang.String getSpace()
        Returns:
        the space given to the error.
      • getKeys

        public java.util.List<java.lang.String> getKeys()
        Returns:
        a list of keys 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.