Interface ErrorsHolder
-
- All Known Implementing Classes:
Crumb,IntegerResponse,Plugins,RequestStatus,SystemInfo
public interface ErrorsHolderThis 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Error>errors()
-
-
-
Method Detail
-
errors
java.util.List<Error> errors()
-
-