Class Error.ErrorsItem

java.lang.Object
com.intercom.api.types.Error.ErrorsItem
Enclosing class:
Error

public static final class Error.ErrorsItem extends Object
  • Method Details

    • getCode

      public String getCode()
      Returns:
      A string indicating the kind of error, used to further qualify the HTTP response code
    • getMessage

      public Optional<String> getMessage()
      Returns:
      Optional. Human readable description of the error.
    • getField

      public Optional<String> getField()
      Returns:
      Optional. Used to identify a particular field or query parameter that was in error.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static Error.ErrorsItem.CodeStage builder()