Interface IDtoDuplicateIdError

All Superinterfaces:
IDtoAbstractError
All Known Implementing Classes:
DtoDuplicateIdError

public interface IDtoDuplicateIdError extends IDtoAbstractError
There are multiple {refType} with id {id} in {paths}.
  • Field Details

  • Method Details

    • getType

      String getType()
      Type of this object.
      Specified by:
      getType in interface IDtoAbstractError
    • getMessage

      String getMessage()
      Specified by:
      getMessage in interface IDtoAbstractError
    • setMessage

      void setMessage(String message)
      Specified by:
      setMessage in interface IDtoAbstractError
    • getId

      String getId()
      The id (or other kind of reference) that is assigned to multiple objects of the same type.
    • setId

      void setId(String id)
      The id (or other kind of reference) that is assigned to multiple objects of the same type.
    • getRefType

      String getRefType()
      The type of the referenced object.
    • setRefType

      void setRefType(String refType)
      The type of the referenced object.
    • getPaths

      String[] getPaths()
      The paths where the objects are defined.
    • setPaths

      void setPaths(String[] paths)
      The paths where the objects are defined.