Interface ExceptionRelatesToAPIObject

    • Method Detail

      • getRelatedObjectType

        String getRelatedObjectType()
        What is the object type of the object that caused the exception
        Returns:
        the object type of the object that caused the excpetion
      • getRelatedUid

        Long getRelatedUid()
        What is the UniqueId of the object that caused the exception
        Returns:
        the UniqueId of the object that caused the exception
      • getRelatedField

        String getRelatedField()
        If the cause of the exception is caused by a specific field then it returns the name of the field
        Returns:
        the name of the field that caused the exception, otherwise it returns null.