Interface IExtendedErrorDetails

All Known Implementing Classes:
ExtendedErrorDetails

public interface IExtendedErrorDetails
ExtendedErrorDetails is loosely typed. You can use getField(String) to get the information
  • Method Details

    • getField

      Object getField(String name)
      Returns:
      the details associated with the field. You can find the fields to expect for the given getExtendedErrorCode() in the wsdl, or online documentation.
    • getExtendedErrorCode

      ExtendedErrorCode getExtendedErrorCode()