Class ErrorItem


  • public final class ErrorItem
    extends Object
    Error item model.
    • Constructor Detail

      • ErrorItem

        public ErrorItem​(String pointer,
                         String detail)
      • ErrorItem

        public ErrorItem()
    • Method Detail

      • getPointer

        public String getPointer()
        A JSON Pointer to the location of the body property.
      • getDetail

        public String getDetail()
        Explicit information on the issue.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object