Class ConnectorFailure

    • Constructor Detail

      • ConnectorFailure

        public ConnectorFailure()
    • Method Detail

      • getErrorMessage

        @Nullable
        public String getErrorMessage()
        the message of the connector failure
        Returns:
        errorMessage
      • setErrorMessage

        public void setErrorMessage​(String errorMessage)
      • getConnectorInstanceId

        @Nullable
        public String getConnectorInstanceId()
        the ID of the connector instance (see connectorInstance resource documentation)
        Returns:
        connectorInstanceId
      • setConnectorInstanceId

        public void setConnectorInstanceId​(String connectorInstanceId)
      • getErrorStackTrace

        @Nullable
        public String getErrorStackTrace()
        the stack trace of the error
        Returns:
        errorStackTrace
      • setErrorStackTrace

        public void setErrorStackTrace​(String errorStackTrace)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object