Interface ErrorsHolder

  • All Known Implementing Classes:
    Crumb, IntegerResponse, Plugins, RequestStatus, SystemInfo

    public interface ErrorsHolder
    This interface should NOT be applied to "option" like classes and/or used in instances where this is applied to outgoing http traffic. This interface should ONLY be used for classes modeled after incoming http traffic.
    • Method Detail

      • errors

        java.util.List<Error> errors()