Class RequestResponseError


  • public class RequestResponseError
    extends RequestResponseStorage
    Storage RequestResponseError class contains error list
    • Constructor Detail

      • RequestResponseError

        public RequestResponseError()
    • Method Detail

      • getError

        public VitamError getError()
        Returns:
        the error of the RequestResponseError
      • setError

        public RequestResponseError setError​(VitamError error)
        RequestResponseError constructor
        Parameters:
        error - the error message of type VitamError which will be setted for RequestResponseError
        Returns:
        this
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object